# HG changeset patch # User Richard M. Stallman # Date 795033209 0 # Node ID aa3f323f1dea3d67989489fcac08d715eb070e91 # Parent a3de1a78a79fbc122bc55bf83cdc754aa4ff5c0c Fix typos in previous change. diff -r a3de1a78a79f -r aa3f323f1dea lisp/telnet.el --- a/lisp/telnet.el Sun Mar 12 18:29:24 1995 +0000 +++ b/lisp/telnet.el Sun Mar 12 18:33:29 1995 +0000 @@ -174,7 +174,7 @@ (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 @@ (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)