From: Richard M. Stallman Date: Tue, 14 Jul 1998 08:15:51 +0000 (+0000) Subject: (read-quoted-char): Bind input-method-function to nil. X-Git-Tag: emacs-20.3~324 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8c05b76c934316746d8370380fa3b146db90dd0d;p=emacs.git (read-quoted-char): Bind input-method-function to nil. --- diff --git a/lisp/subr.el b/lisp/subr.el index bf06f6d1699..5f0947d75d5 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -723,6 +723,8 @@ for numeric input." (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