1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

Fix typo in last change.

This commit is contained in:
Chong Yidong 2008-11-16 21:02:22 +00:00
parent d4a263ba04
commit c40788234e

View File

@ -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))