From 8c05b76c934316746d8370380fa3b146db90dd0d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 14 Jul 1998 08:15:51 +0000 Subject: [PATCH] (read-quoted-char): Bind input-method-function to nil. --- lisp/subr.el | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2