mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-19 18:13:55 +00:00
(map-y-or-n-p): Don't inherit the current input
method in read-event.
This commit is contained in:
parent
28d0c844b2
commit
55f7520a6e
@ -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 nil t))
|
||||
(setq char (read-event))
|
||||
;; 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