aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/telnet.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/telnet.el b/lisp/telnet.el
index 1f01a362a14..3bcf803ff4e 100644
--- a/lisp/telnet.el
+++ b/lisp/telnet.el
@@ -174,7 +174,7 @@ rejecting one login and prompting again for a username and password.")
174 (delete-region comint-last-input-start 174 (delete-region comint-last-input-start
175 comint-last-input-end))) 175 comint-last-input-end)))
176 176
177;;;autoload (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") 177;;;###autoload (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")
178 178
179;;;###autoload 179;;;###autoload
180(defun telnet (host) 180(defun telnet (host)
@@ -216,7 +216,7 @@ Data is sent to the remote host when RET is typed.
216 (use-local-map telnet-mode-map) 216 (use-local-map telnet-mode-map)
217 (run-hooks 'telnet-mode-hook)) 217 (run-hooks 'telnet-mode-hook))
218 218
219;;;autoload (add-hook 'same-window-regexps "\\*[^-]*-rsh\\*\\(\\|<[0-9]*>\\)") 219;;;###autoload (add-hook 'same-window-regexps "\\*[^-]*-rsh\\*\\(\\|<[0-9]*>\\)")
220 220
221;;;###autoload 221;;;###autoload
222(defun rsh (host) 222(defun rsh (host)