changeset 19746:2ee3950b5a35

(toggle-input-method): No error if enable-multibyte-characters is nil.
author Richard M. Stallman <rms@gnu.org>
date Thu, 04 Sep 1997 04:49:53 +0000
parents 356bc22e88f6
children bed06df9cbc5
files lisp/international/mule-cmds.el
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el	Thu Sep 04 04:48:23 1997 +0000
+++ b/lisp/international/mule-cmds.el	Thu Sep 04 04:49:53 1997 +0000
@@ -517,8 +517,6 @@
   (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