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:
parent
d8523190ca
commit
7c447c3f8d
2 changed files with 6 additions and 1 deletions
|
|
@ -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
Add a link
Reference in a new issue