From: Richard M. Stallman Date: Mon, 5 May 1997 01:01:17 +0000 (+0000) Subject: (telnet-mode): Add a mode-class property. X-Git-Tag: emacs-20.1~2297 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7098039a5d47ef831031eb499cf4bd14cb4c7976;p=emacs.git (telnet-mode): Add a mode-class property. --- diff --git a/lisp/telnet.el b/lisp/telnet.el index bc646753912..d05c249bc24 100644 --- a/lisp/telnet.el +++ b/lisp/telnet.el @@ -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.