]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 bc646753912a4cd0503bafe5d6491355d5351595..d05c249bc240d9d9cdbdb7dde26858a7a81b349d 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.