From: Chong Yidong Date: Sun, 16 Nov 2008 21:02:22 +0000 (+0000) Subject: Fix typo in last change. X-Git-Tag: emacs-pretest-23.0.90~1769 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c40788234e0c674f35d79eecd4bc47f2977c83a8;p=emacs.git Fix typo in last change. --- 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))