From 7c447c3f8d225ef0c4f14ffacc468db9a405e4e0 Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Wed, 12 Apr 2006 19:40:56 +0000 Subject: [PATCH] (read-passwd): Bind `message-log-max' to nil. --- lisp/ChangeLog | 4 ++++ lisp/subr.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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" -- 2.39.2