diff options
Diffstat (limited to 'lisp/telnet.el')
-rw-r--r-- | lisp/telnet.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/telnet.el b/lisp/telnet.el index 77939cf0dd1..9da56bd8dd8 100644 --- a/lisp/telnet.el +++ b/lisp/telnet.el @@ -139,6 +139,7 @@ rejecting one login and prompting for the again for a username and password.") (interactive) (comint-send-input telnet-new-line telnet-remote-echoes)) +;;;###autoload (defun telnet (arg) "Open a network login connection to host named HOST (a string). Communication with HOST is recorded in a buffer *HOST-telnet*. |