Retain message logging in map-y-or-n-p
* lisp/emacs-lisp/map-ynp.el (map-y-or-n-p): Stop disabling logging to Messages buffer. (Bug#13326)
This commit is contained in:
parent
5415c8be60
commit
a6776f0823
1 changed files with 1 additions and 2 deletions
|
@ -144,8 +144,7 @@ Returns the number of actions taken."
|
|||
(cons prompt map))
|
||||
'quit))
|
||||
;; Prompt in the echo area.
|
||||
(let ((cursor-in-echo-area (not no-cursor-in-echo-area))
|
||||
(message-log-max nil))
|
||||
(let ((cursor-in-echo-area (not no-cursor-in-echo-area)))
|
||||
(message (apply 'propertize "%s(y, n, !, ., q, %sor %s) "
|
||||
minibuffer-prompt-properties)
|
||||
prompt user-keys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue