(read-passwd): Use clear-this-command-keys.

This commit is contained in:
Richard M. Stallman 1998-10-13 03:44:06 +00:00
parent 66bd5242de
commit 8723b7f3eb

View file

@ -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)