(read-passwd): Bind `message-log-max' to nil.
This commit is contained in:
parent
d8523190ca
commit
7c447c3f8d
2 changed files with 6 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue