# HG changeset patch # User Chong Yidong # Date 1226869342 0 # Node ID 9e18920d7076db3fdb1a37ca7f3bd440bc622f26 # Parent 73ea1a22b6f434244b32beea0a72b4a992309f3e Fix typo in last change. diff -r 73ea1a22b6f4 -r 9e18920d7076 lisp/subr.el --- 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))