aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-11-16 21:02:22 +0000
committerChong Yidong2008-11-16 21:02:22 +0000
commitc40788234e0c674f35d79eecd4bc47f2977c83a8 (patch)
tree724c8898c4e3429068269c108fd1916933fc0bec
parentd4a263ba04623f28736e004c295d8dc483a0b23e (diff)
downloademacs-c40788234e0c674f35d79eecd4bc47f2977c83a8.tar.gz
emacs-c40788234e0c674f35d79eecd4bc47f2977c83a8.zip
Fix typo in last change.
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
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)."
1819 (while (progn (message "%s%s" 1819 (while (progn (message "%s%s"
1820 prompt 1820 prompt
1821 (make-string (length pass) ?.)) 1821 (make-string (length pass) ?.))
1822 ;; We used to use read-char-exclusive, that that 1822 ;; We used to use read-char-exclusive, but that
1823 ;; gives funny behavior when the user presses, 1823 ;; gives funny behavior when the user presses,
1824 ;; e.g., the arrow keys. 1824 ;; e.g., the arrow keys.
1825 (setq c (read-event nil t)) 1825 (setq c (read-event nil t))