(map-y-or-n-p): Handle minibuffer-auto-raise here.
This commit is contained in:
@@ -146,6 +146,8 @@ Returns the number of actions taken."
|
||||
(message "%s(y, n, !, ., q, %sor %s) "
|
||||
prompt user-keys
|
||||
(key-description (vector help-char)))
|
||||
(if minibuffer-auto-raise
|
||||
(raise-frame (window-frame (minibuffer-window))))
|
||||
(setq char (read-event))
|
||||
;; Show the answer to the question.
|
||||
(message "%s(y, n, !, ., q, %sor %s) %s"
|
||||
|
||||
Reference in New Issue
Block a user