(telnet-initial-filter): Use clear-this-command-keys.

This commit is contained in:
Richard M. Stallman 1998-10-13 03:45:04 +00:00
parent 8723b7f3eb
commit 2a56a3540b

View file

@ -141,7 +141,8 @@ rejecting one login and prompting again for a username and password.")
(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)