comparison lisp/international/mule-cmds.el @ 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 da7f50da6773
comparison
equal deleted inserted replaced
19653:431753f747ea 19654:4c0174fcf26c
563 or a string." 563 or a string."
564 (setq input-method 564 (setq input-method
565 (or input-method 565 (or input-method
566 default-input-method 566 default-input-method
567 (read-input-method-name "Input method: " nil t))) 567 (read-input-method-name "Input method: " nil t)))
568 (if (and input-method (symbolp input-method) 568 (if (and input-method (symbolp input-method))
569 (setq input-method (symbol-name input-method))) 569 (setq input-method (symbol-name input-method)))
570 (let ((current-input-method input-method)) 570 (let ((current-input-method input-method))
571 (read-string prompt initial-input nil nil t))) 571 (read-string prompt initial-input nil nil t)))
572 572
573 ;; Variables to control behavior of input methods. All input methods 573 ;; Variables to control behavior of input methods. All input methods