]> git.eshelyaron.com Git - emacs.git/commitdiff
(read-passwd): Bind `message-log-max' to nil.
authorRomain Francoise <romain@orebokech.com>
Wed, 12 Apr 2006 19:40:56 +0000 (19:40 +0000)
committerRomain Francoise <romain@orebokech.com>
Wed, 12 Apr 2006 19:40:56 +0000 (19:40 +0000)
lisp/ChangeLog
lisp/subr.el

index 32b8304044fb23d7b83a25981f730bc19e23e5d7..de917d4e1e6e63b441c03b001632d916bf9066ed 100644 (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):
index 9aba619581603f81e08d84e215c7299c1f8324cf..4a9172e007a496dfe56eb3763652b367e69beb3f 100644 (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"