From: Richard M. Stallman Date: Sun, 12 Mar 1995 18:33:29 +0000 (+0000) Subject: Fix typos in previous change. X-Git-Tag: emacs-19.34~4878 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f714317c2b683246d9acf32ce19d0864697cc030;p=emacs.git Fix typos in previous change. --- 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)