From c40788234e0c674f35d79eecd4bc47f2977c83a8 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 16 Nov 2008 21:02:22 +0000 Subject: [PATCH] Fix typo in last change. --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index eb4cf15e141..d3160ef239e 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1819,7 +1819,7 @@ by doing (clear-string STRING)." (while (progn (message "%s%s" prompt (make-string (length pass) ?.)) - ;; We used to use read-char-exclusive, that that + ;; We used to use read-char-exclusive, but that ;; gives funny behavior when the user presses, ;; e.g., the arrow keys. (setq c (read-event nil t)) -- 2.11.4.GIT