mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-26 19:18:50 +00:00
(map-y-or-n-p): Ignore input methods.
This commit is contained in:
parent
8303c3d21d
commit
037eed4e59
@ -149,7 +149,7 @@ Returns the number of actions taken."
|
||||
(key-description (vector help-char)))
|
||||
(if minibuffer-auto-raise
|
||||
(raise-frame (window-frame (minibuffer-window))))
|
||||
(setq char (read-event))
|
||||
(setq char (read-event nil t))
|
||||
;; Show the answer to the question.
|
||||
(message "%s(y, n, !, ., q, %sor %s) %s"
|
||||
prompt user-keys
|
||||
|
Loading…
Reference in New Issue
Block a user