changeset 5326:65b2fa217aa0

(telnet): Use comint-canonicalize-args.
author Richard M. Stallman <rms@gnu.org>
date Fri, 24 Dec 1993 03:07:30 +0000
parents 2c747b081be1
children 526f3bb9b653
files lisp/telnet.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/telnet.el	Fri Dec 24 02:49:41 1993 +0000
+++ b/lisp/telnet.el	Fri Dec 24 03:07:30 1993 +0000
@@ -183,6 +183,7 @@
 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))