Mercurial > emacs
changeset 69978:cb54ae454387
(read-passwd): Bind `message-log-max' to nil.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Wed, 12 Apr 2006 19:40:56 +0000 |
parents | b2ed1f1fc9e0 |
children | 6ca7f811a803 |
files | lisp/ChangeLog lisp/subr.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Apr 12 19:32:07 2006 +0000 +++ b/lisp/ChangeLog Wed Apr 12 19:40:56 2006 +0000 @@ -1,3 +1,7 @@ +2006-04-12 Romain Francoise <romain@orebokech.com> + + * subr.el (read-passwd): Bind `message-log-max' to nil. + 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca> * progmodes/perl-mode.el (perl-indent-new-calculate):
--- a/lisp/subr.el Wed Apr 12 19:32:07 2006 +0000 +++ b/lisp/subr.el Wed Apr 12 19:40:56 2006 +0000 @@ -1540,7 +1540,8 @@ (let ((pass nil) (c 0) (echo-keystrokes 0) - (cursor-in-echo-area t)) + (cursor-in-echo-area t) + (message-log-max nil)) (add-text-properties 0 (length prompt) minibuffer-prompt-properties prompt) (while (progn (message "%s%s"