# HG changeset patch # User Richard M. Stallman # Date 756702450 0 # Node ID 65b2fa217aa03e3f116cdff90c5acddae6e8add9 # Parent 2c747b081be1925f2c8dc52c9cb494e8f3c3df44 (telnet): Use comint-canonicalize-args. diff -r 2c747b081be1 -r 65b2fa217aa0 lisp/telnet.el --- 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))