changeset 19654:4c0174fcf26c

(read-multilingual-string): Fix previous change.
author Kenichi Handa <handa@m17n.org>
date Mon, 01 Sep 1997 10:46:54 +0000
parents 431753f747ea
children 47d11f4bbc6c
files lisp/international/mule-cmds.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el	Mon Sep 01 10:44:31 1997 +0000
+++ b/lisp/international/mule-cmds.el	Mon Sep 01 10:46:54 1997 +0000
@@ -565,7 +565,7 @@
 	(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)))