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:
parent
d4a263ba04
commit
c40788234e
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user