diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/subr.el | 1 |
1 files changed, 1 insertions, 0 deletions
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) |