]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos in previous change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 12 Mar 1995 18:33:29 +0000 (18:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 12 Mar 1995 18:33:29 +0000 (18:33 +0000)
lisp/telnet.el

index 1f01a362a14f72adfe77959e2915bf3426168ba8..3bcf803ff4e39b06add77e72879c9fec95469796 100644 (file)
@@ -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)