]> git.eshelyaron.com Git - emacs.git/commitdiff
(read-multilingual-string): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Mon, 1 Sep 1997 10:46:54 +0000 (10:46 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 1 Sep 1997 10:46:54 +0000 (10:46 +0000)
lisp/international/mule-cmds.el

index 376e9726e4b0f7b33276e1dfcebed4732d2dac21..6d0c4fd430e9d57bc3e1a1f20250e9321079c353 100644 (file)
@@ -565,7 +565,7 @@ or a string."
        (or input-method
            default-input-method
            (read-input-method-name "Input method: " nil t)))
-  (if (and input-method (symbolp input-method)
+  (if (and input-method (symbolp input-method))
       (setq input-method (symbol-name input-method)))
   (let ((current-input-method input-method))
     (read-string prompt initial-input nil nil t)))