diff options
| author | Richard M. Stallman | 1998-10-13 03:45:04 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-10-13 03:45:04 +0000 |
| commit | 2a56a3540bd7bc58d4a9604ed67aa9a76a0d874f (patch) | |
| tree | e5c176945310e53dc88869b6e6f206a191f035e3 | |
| parent | 8723b7f3ebebb7156f37185bd947dffee24c987a (diff) | |
| download | emacs-2a56a3540bd7bc58d4a9604ed67aa9a76a0d874f.tar.gz emacs-2a56a3540bd7bc58d4a9604ed67aa9a76a0d874f.zip | |
(telnet-initial-filter): Use clear-this-command-keys.
| -rw-r--r-- | lisp/telnet.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/telnet.el b/lisp/telnet.el index 2bb605332aa..557d00534d4 100644 --- a/lisp/telnet.el +++ b/lisp/telnet.el | |||
| @@ -141,7 +141,8 @@ rejecting one login and prompting again for a username and password.") | |||
| 141 | (telnet-filter proc string) | 141 | (telnet-filter proc string) |
| 142 | (setq telnet-count 0) | 142 | (setq telnet-count 0) |
| 143 | (send-string proc (concat (comint-read-noecho "Password: " t) | 143 | (send-string proc (concat (comint-read-noecho "Password: " t) |
| 144 | telnet-new-line))) | 144 | telnet-new-line)) |
| 145 | (clear-this-command-keys)) | ||
| 145 | (t (telnet-check-software-type-initialize string) | 146 | (t (telnet-check-software-type-initialize string) |
| 146 | (telnet-filter proc string) | 147 | (telnet-filter proc string) |
| 147 | (cond ((> telnet-count telnet-maximum-count) | 148 | (cond ((> telnet-count telnet-maximum-count) |