From: Romain Francoise Date: Wed, 12 Apr 2006 19:40:56 +0000 (+0000) Subject: (read-passwd): Bind `message-log-max' to nil. X-Git-Tag: emacs-pretest-22.0.90~3175 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7c447c3f8d225ef0c4f14ffacc468db9a405e4e0;p=emacs.git (read-passwd): Bind `message-log-max' to nil. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 32b8304044f..de917d4e1e6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/subr.el b/lisp/subr.el index 9aba6195816..4a9172e007a 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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"