mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 11:00:45 -08:00
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))
|
(cons prompt map))
|
||||||
'quit))
|
'quit))
|
||||||
;; Prompt in the echo area.
|
;; Prompt in the echo area.
|
||||||
(let ((cursor-in-echo-area (not no-cursor-in-echo-area))
|
(let ((cursor-in-echo-area (not no-cursor-in-echo-area)))
|
||||||
(message-log-max nil))
|
|
||||||
(message (apply 'propertize "%s(y, n, !, ., q, %sor %s) "
|
(message (apply 'propertize "%s(y, n, !, ., q, %sor %s) "
|
||||||
minibuffer-prompt-properties)
|
minibuffer-prompt-properties)
|
||||||
prompt user-keys
|
prompt user-keys
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue