diff options
| author | Richard M. Stallman | 1994-01-10 18:15:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-01-10 18:15:22 +0000 |
| commit | 802557a4f1f4e08971ed901dc5b02e3bba58de12 (patch) | |
| tree | 3cd52a9cdea8fadbfcd3bfed10b5865d8178a730 | |
| parent | afc549fd998d2f66b8dfda37d86bb27046938215 (diff) | |
| download | emacs-802557a4f1f4e08971ed901dc5b02e3bba58de12.tar.gz emacs-802557a4f1f4e08971ed901dc5b02e3bba58de12.zip | |
(telnet): Fix previous change--tentative idea
wasn't fully removed.
| -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.") | |||
| 183 | Communication with HOST is recorded in a buffer *HOST-telnet*. | 183 | Communication with HOST is recorded in a buffer *HOST-telnet*. |
| 184 | Normally input is edited in Emacs and sent a line at a time." | 184 | Normally input is edited in Emacs and sent a line at a time." |
| 185 | (interactive "sOpen telnet connection to host: ") | 185 | (interactive "sOpen telnet connection to host: ") |
| 186 | (setq host (comint-canonicalize-args host)) | ||
| 187 | (let* ((comint-delimiter-argument-list '(" " "\t")) | 186 | (let* ((comint-delimiter-argument-list '(" " "\t")) |
| 188 | (name (concat (comint-arguments host 0 nil) "-telnet" )) | 187 | (name (concat (comint-arguments host 0 nil) "-telnet" )) |
| 189 | (buffer (get-buffer (concat "*" name "*")))) | 188 | (buffer (get-buffer (concat "*" name "*")))) |