aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-03-12 18:33:29 +0000
committerRichard M. Stallman1995-03-12 18:33:29 +0000
commitf714317c2b683246d9acf32ce19d0864697cc030 (patch)
treecc2abd9b34763b969b1322d647061e68aa809d66
parentf3453e58c4ccd966291d5eb1c82b109f3180316e (diff)
downloademacs-f714317c2b683246d9acf32ce19d0864697cc030.tar.gz
emacs-f714317c2b683246d9acf32ce19d0864697cc030.zip
Fix typos in previous change.
-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)