(read-passwd): Bind `message-log-max' to nil.

This commit is contained in:
Romain Francoise 2006-04-12 19:40:56 +00:00
parent d8523190ca
commit 7c447c3f8d
2 changed files with 6 additions and 1 deletions

View file

@ -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):

View file

@ -1540,7 +1540,8 @@ by doing (clear-string STRING)."
(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"