]> git.eshelyaron.com Git - emacs.git/commitdiff
(telnet): Use comint-canonicalize-args.
authorRichard M. Stallman <rms@gnu.org>
Fri, 24 Dec 1993 03:07:30 +0000 (03:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 24 Dec 1993 03:07:30 +0000 (03:07 +0000)
lisp/telnet.el

index 871e1f182138bb2fe22424bf8dc106b4cd873328..752883533e321d49665ea782bf4a18f7d05494e1 100644 (file)
@@ -183,6 +183,7 @@ 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* ((name (concat host "-telnet" ))
         (buffer (get-buffer (concat "*" name "*"))))
     (if (and buffer (get-buffer-process buffer))