changeset 23437:62f74712cbd6

(read-passwd): Use clear-this-command-keys.
author Richard M. Stallman <rms@gnu.org>
date Tue, 13 Oct 1998 03:44:06 +0000
parents 629892842585
children 2b9b91ac328a
files lisp/subr.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/subr.el	Tue Oct 13 03:24:50 1998 +0000
+++ b/lisp/subr.el	Tue Oct 13 03:44:06 1998 +0000
@@ -792,6 +792,7 @@
 	      (message "Password not repeated accurately; please start over")
 	      (sit-for 1))))
 	success)
+    (clear-this-command-keys)
     (let ((pass nil)
 	  (c 0)
 	  (echo-keystrokes 0)