Mercurial > emacs
changeset 5549:b36de4d370be
(telnet): Fix previous change--tentative idea
wasn't fully removed.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 10 Jan 1994 18:15:22 +0000 |
parents | 36d2fd17f833 |
children | 9e8bbed9a9b6 |
files | lisp/telnet.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/telnet.el Mon Jan 10 18:13:39 1994 +0000 +++ b/lisp/telnet.el Mon Jan 10 18:15:22 1994 +0000 @@ -183,7 +183,6 @@ 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 "*"))))