aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-07-14 08:15:51 +0000
committerRichard M. Stallman <[email protected]>1998-07-14 08:15:51 +0000
commit8c05b76c934316746d8370380fa3b146db90dd0d (patch)
treec01ddd856988e7ee6e6d41c2744309ce5ece2ac2 /lisp
parent4b9c8a06041b4d2131659adb9925987f86dd3c61 (diff)
(read-quoted-char): Bind input-method-function to nil.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/subr.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index bf06f6d169..5f0947d75d 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