Mercurial > emacs
changeset 23438:2b9b91ac328a
(telnet-initial-filter): Use clear-this-command-keys.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 13 Oct 1998 03:45:04 +0000 |
parents | 62f74712cbd6 |
children | 72d75218d971 |
files | lisp/telnet.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/telnet.el Tue Oct 13 03:44:06 1998 +0000 +++ b/lisp/telnet.el Tue Oct 13 03:45:04 1998 +0000 @@ -141,7 +141,8 @@ (telnet-filter proc string) (setq telnet-count 0) (send-string proc (concat (comint-read-noecho "Password: " t) - telnet-new-line))) + telnet-new-line)) + (clear-this-command-keys)) (t (telnet-check-software-type-initialize string) (telnet-filter proc string) (cond ((> telnet-count telnet-maximum-count)