projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5415c8b
)
Retain message logging in map-y-or-n-p
author
Glenn Morris
<rgm@gnu.org>
Thu, 8 Dec 2016 01:25:36 +0000
(20:25 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 8 Dec 2016 01:25:36 +0000
(20:25 -0500)
* lisp/emacs-lisp/map-ynp.el (map-y-or-n-p):
Stop disabling logging to Messages buffer. (Bug#13326)
lisp/emacs-lisp/map-ynp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/map-ynp.el
b/lisp/emacs-lisp/map-ynp.el
index 86057706ffced6e54b83346b92d52d3a355df663..02770d59e2bf30f03f2875a32733c62f72783e1c 100644
(file)
--- a/
lisp/emacs-lisp/map-ynp.el
+++ b/
lisp/emacs-lisp/map-ynp.el
@@
-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