From: Richard M. Stallman Date: Tue, 13 Oct 1998 03:44:06 +0000 (+0000) Subject: (read-passwd): Use clear-this-command-keys. X-Git-Tag: emacs-20.4~1512 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8723b7f3ebebb7156f37185bd947dffee24c987a;p=emacs.git (read-passwd): Use clear-this-command-keys. --- diff --git a/lisp/subr.el b/lisp/subr.el index f92e78d9afb..9bea598b8a5 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -792,6 +792,7 @@ Optional DEFAULT is a default password to use instead of empty input." (message "Password not repeated accurately; please start over") (sit-for 1)))) success) + (clear-this-command-keys) (let ((pass nil) (c 0) (echo-keystrokes 0)