From 3df608415e6b46b2cb881dbff3b11a28a5acc57d Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 1 Sep 1997 10:46:54 +0000 Subject: [PATCH] (read-multilingual-string): Fix previous change. --- lisp/international/mule-cmds.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 376e9726e4b..6d0c4fd430e 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -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))) -- 2.39.2