Mercurial > emacs
changeset 17648:132278ebdbc9
(telnet-mode): Add a mode-class property.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 05 May 1997 01:01:17 +0000 |
parents | e99589f5ddd7 |
children | 28037dab627c |
files | lisp/telnet.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/telnet.el Mon May 05 01:00:35 1997 +0000 +++ b/lisp/telnet.el Mon May 05 01:01:17 1997 +0000 @@ -201,6 +201,8 @@ (setq comint-input-sender 'telnet-simple-send) (setq telnet-count telnet-initial-count)))) +(put 'telnet-mode 'mode-class 'special) + (defun telnet-mode () "This mode is for using telnet (or rsh) from a buffer to another host. It has most of the same commands as comint-mode.