diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-01-10 18:15:22 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-01-10 18:15:22 +0000 |
commit | dd3edf7d45ad7ba596e4032cdd252a627ee61b36 (patch) | |
tree | 6648ea576b8eddc7389ecfbc6c8db2d1ddaf5752 /lisp/telnet.el | |
parent | 746f7d98c69c111e85f2a6a8c69dce5b8e49354b (diff) | |
download | emacs-dd3edf7d45ad7ba596e4032cdd252a627ee61b36.tar.gz |
(telnet): Fix previous change--tentative idea
wasn't fully removed.
Diffstat (limited to 'lisp/telnet.el')
-rw-r--r-- | lisp/telnet.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/telnet.el b/lisp/telnet.el index 9ed833b1938..847187640db 100644 --- a/lisp/telnet.el +++ b/lisp/telnet.el @@ -183,7 +183,6 @@ rejecting one login and prompting for the again for a username and password.") Communication with HOST is recorded in a buffer *HOST-telnet*. Normally input is edited in Emacs and sent a line at a time." (interactive "sOpen telnet connection to host: ") - (setq host (comint-canonicalize-args host)) (let* ((comint-delimiter-argument-list '(" " "\t")) (name (concat (comint-arguments host 0 nil) "-telnet" )) (buffer (get-buffer (concat "*" name "*")))) |