From 8723b7f3ebebb7156f37185bd947dffee24c987a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 13 Oct 1998 03:44:06 +0000 Subject: [PATCH] (read-passwd): Use clear-this-command-keys. --- lisp/subr.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2