]> git.eshelyaron.com Git - emacs.git/commitdiff
(toggle-input-method): No error if enable-multibyte-characters is nil.
authorRichard M. Stallman <rms@gnu.org>
Thu, 4 Sep 1997 04:49:53 +0000 (04:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 4 Sep 1997 04:49:53 +0000 (04:49 +0000)
lisp/international/mule-cmds.el

index 96a02749123492e0015842572eb7fd7272f98d6e..0bfb3830ca36e31ab45018ca6bb3919a4ea054b4 100644 (file)
@@ -517,8 +517,6 @@ When there's no input method to turn on, turn on what read from minibuffer."
   (let* ((default (or (car input-method-history) default-input-method)))
     (if (and current-input-method (not arg))
        (inactivate-input-method)
-      (if (not enable-multibyte-characters)
-         (error "Can't activate any input method while multibyte characters are disabled"))
       (activate-input-method
        (if (or arg (not default))
           (read-input-method-name