# HG changeset patch # User Romain Francoise # Date 1144870856 0 # Node ID cb54ae454387cf666e351387c5ffcdd1c6651780 # Parent b2ed1f1fc9e05dc9b1861627cc1912050b11679d (read-passwd): Bind `message-log-max' to nil. diff -r b2ed1f1fc9e0 -r cb54ae454387 lisp/ChangeLog --- 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 + + * subr.el (read-passwd): Bind `message-log-max' to nil. + 2006-04-12 Stefan Monnier * progmodes/perl-mode.el (perl-indent-new-calculate): diff -r b2ed1f1fc9e0 -r cb54ae454387 lisp/subr.el --- 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"