Mercurial > emacs
comparison lisp/telnet.el @ 258:1e0bc00dca7a
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 09 May 1991 21:50:55 +0000 |
parents | 82ef7404837f |
children | 46b8522b8f89 |
comparison
equal
deleted
inserted
replaced
257:e5ba2ba35226 | 258:1e0bc00dca7a |
---|---|
137 | 137 |
138 (defun telnet-send-input () | 138 (defun telnet-send-input () |
139 (interactive) | 139 (interactive) |
140 (comint-send-input telnet-new-line telnet-remote-echoes)) | 140 (comint-send-input telnet-new-line telnet-remote-echoes)) |
141 | 141 |
142 ;;;###autoload | |
142 (defun telnet (arg) | 143 (defun telnet (arg) |
143 "Open a network login connection to host named HOST (a string). | 144 "Open a network login connection to host named HOST (a string). |
144 Communication with HOST is recorded in a buffer *HOST-telnet*. | 145 Communication with HOST is recorded in a buffer *HOST-telnet*. |
145 Normally input is edited in Emacs and sent a line at a time." | 146 Normally input is edited in Emacs and sent a line at a time." |
146 (interactive "sOpen telnet connection to host: ") | 147 (interactive "sOpen telnet connection to host: ") |