From f714317c2b683246d9acf32ce19d0864697cc030 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 12 Mar 1995 18:33:29 +0000 Subject: [PATCH] Fix typos in previous change. --- lisp/telnet.el | 4 ++-- 1 file 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.") (delete-region comint-last-input-start comint-last-input-end))) -;;;autoload (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") +;;;###autoload (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") ;;;###autoload (defun telnet (host) @@ -216,7 +216,7 @@ Data is sent to the remote host when RET is typed. (use-local-map telnet-mode-map) (run-hooks 'telnet-mode-hook)) -;;;autoload (add-hook 'same-window-regexps "\\*[^-]*-rsh\\*\\(\\|<[0-9]*>\\)") +;;;###autoload (add-hook 'same-window-regexps "\\*[^-]*-rsh\\*\\(\\|<[0-9]*>\\)") ;;;###autoload (defun rsh (host) -- 2.39.5