diff options
| author | Karl Heuer | 1998-12-16 20:45:29 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-12-16 20:45:29 +0000 |
| commit | 037eed4e5917d70f073c5f3904c461b1fb228df1 (patch) | |
| tree | ee10632a35ed8cc82a9fac3fb143d61f7e71e4a1 | |
| parent | 8303c3d21d149c49361f8535f733d389a2ed2b2a (diff) | |
| download | emacs-037eed4e5917d70f073c5f3904c461b1fb228df1.tar.gz emacs-037eed4e5917d70f073c5f3904c461b1fb228df1.zip | |
(map-y-or-n-p): Ignore input methods.
| -rw-r--r-- | lisp/map-ynp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/map-ynp.el b/lisp/map-ynp.el index d773cb79ab7..bc3183a5e28 100644 --- a/lisp/map-ynp.el +++ b/lisp/map-ynp.el | |||
| @@ -149,7 +149,7 @@ Returns the number of actions taken." | |||
| 149 | (key-description (vector help-char))) | 149 | (key-description (vector help-char))) |
| 150 | (if minibuffer-auto-raise | 150 | (if minibuffer-auto-raise |
| 151 | (raise-frame (window-frame (minibuffer-window)))) | 151 | (raise-frame (window-frame (minibuffer-window)))) |
| 152 | (setq char (read-event)) | 152 | (setq char (read-event nil t)) |
| 153 | ;; Show the answer to the question. | 153 | ;; Show the answer to the question. |
| 154 | (message "%s(y, n, !, ., q, %sor %s) %s" | 154 | (message "%s(y, n, !, ., q, %sor %s) %s" |
| 155 | prompt user-keys | 155 | prompt user-keys |