changeset 22755:661d40b1f2f0

(read-quoted-char): Bind input-method-function to nil.
author Richard M. Stallman <rms@gnu.org>
date Tue, 14 Jul 1998 08:15:51 +0000
parents 5102cb480cae
children 6103b46f200a
files lisp/subr.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/subr.el	Tue Jul 14 05:51:20 1998 +0000
+++ b/lisp/subr.el	Tue Jul 14 08:15:51 1998 +0000
@@ -723,6 +723,8 @@
   (let ((message-log-max nil) done (first t) (code 0) char)
     (while (not done)
       (let ((inhibit-quit first)
+	    ;; Don't use input methods inside this function.
+	    (input-method-function nil)
 	    ;; Don't let C-h get the help message--only help function keys.
 	    (help-char nil)
 	    (help-form