]> git.eshelyaron.com Git - emacs.git/commitdiff
(read-multilingual-string): Adjusted
authorKenichi Handa <handa@m17n.org>
Thu, 10 Jul 1997 06:46:42 +0000 (06:46 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 10 Jul 1997 06:46:42 +0000 (06:46 +0000)
for the previous change of variables related to input methods.

lisp/international/mule-cmds.el

index 2b6b968954cb20cab33c7824ba6326b7013aa4bb..3291f49e72df9c57a715a4e9920958d117850663 100644 (file)
@@ -495,11 +495,14 @@ If optional second arg INITIAL-INPUT is non-nil, insert it in the minibuffer
 initially.
 Optional 3rd argument INPUT-METHOD specifies the input method
 to be activated instead of the one selected last time."
-  (let ((default-input-method
-         (or input-method
-             default-input-method
-             (read-input-method-name "Input method: " nil t))))
-    (let ((minibuffer-setup-hook '(toggle-input-method)))
+  (setq input-method
+       (or input-method
+           default-input-method
+           (read-input-method-name "Input method: " nil t)))
+  (save-excursion
+    (set-buffer (window-buffer (minibuffer-window)))
+    (let ((default-input-method input-method)
+         (minibuffer-setup-hook '(toggle-input-method)))
       (read-string prompt initial-input))))
 
 ;; Variables to control behavior of input methods.  All input methods