Mercurial > emacs
changeset 23907:2cd294915abd
(read-passwd): Ignore input methods.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 16 Dec 1998 20:51:34 +0000 |
parents | ab252c25faf9 |
children | 2a56bdf4cef7 |
files | lisp/subr.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Wed Dec 16 20:45:29 1998 +0000 +++ b/lisp/subr.el Wed Dec 16 20:51:34 1998 +0000 @@ -803,7 +803,7 @@ (while (progn (message "%s%s" prompt (make-string (length pass) ?.)) - (setq c (read-char)) + (setq c (read-char nil t)) (and (/= c ?\r) (/= c ?\n) (/= c ?\e))) (if (= c ?\C-u) (setq pass "")