Mercurial > emacs
diff lisp/subr.el @ 99633:9e18920d7076
Fix typo in last change.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 16 Nov 2008 21:02:22 +0000 |
parents | 73ea1a22b6f4 |
children | a7231893cd7a |
line wrap: on
line diff
--- a/lisp/subr.el Sun Nov 16 21:02:05 2008 +0000 +++ b/lisp/subr.el Sun Nov 16 21:02:22 2008 +0000 @@ -1819,7 +1819,7 @@ (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))