From 802557a4f1f4e08971ed901dc5b02e3bba58de12 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 10 Jan 1994 18:15:22 +0000 Subject: [PATCH] (telnet): Fix previous change--tentative idea wasn't fully removed. --- lisp/telnet.el | 1 - 1 file changed, 1 deletion(-) 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 "*")))) -- 2.39.5