diff options
| -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." | |||
| 792 | (message "Password not repeated accurately; please start over") | 792 | (message "Password not repeated accurately; please start over") |
| 793 | (sit-for 1)))) | 793 | (sit-for 1)))) |
| 794 | success) | 794 | success) |
| 795 | (clear-this-command-keys) | ||
| 795 | (let ((pass nil) | 796 | (let ((pass nil) |
| 796 | (c 0) | 797 | (c 0) |
| 797 | (echo-keystrokes 0) | 798 | (echo-keystrokes 0) |