emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master a6776f0: Retain message logging in map-y-or-n-p


From: Glenn Morris
Subject: [Emacs-diffs] master a6776f0: Retain message logging in map-y-or-n-p
Date: Thu, 8 Dec 2016 01:25:40 +0000 (UTC)

branch: master
commit a6776f0823b5dcc561c1074fab1d33fb779db250
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    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)
---
 lisp/emacs-lisp/map-ynp.el |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/map-ynp.el b/lisp/emacs-lisp/map-ynp.el
index 8605770..02770d5 100644
--- 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]