(telnet-mode): Add a mode-class property.
authorRichard M. Stallman <rms@gnu.org>
Mon, 5 May 1997 01:01:17 +0000 (01:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 5 May 1997 01:01:17 +0000 (01:01 +0000)
lisp/telnet.el

index bc64675..d05c249 100644 (file)
@@ -201,6 +201,8 @@ Normally input is edited in Emacs and sent a line at a time."
       (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.