1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(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

@ -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"