changeset 17647:e99589f5ddd7

(rlogin-mode): Add a mode-class property.
author Richard M. Stallman <rms@gnu.org>
date Mon, 05 May 1997 01:00:35 +0000
parents 0dcc993f06e4
children 132278ebdbc9
files lisp/rlogin.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/rlogin.el	Mon May 05 00:59:28 1997 +0000
+++ b/lisp/rlogin.el	Mon May 05 01:00:35 1997 +0000
@@ -23,7 +23,7 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
-;; $Id: rlogin.el,v 1.37 1997/04/12 02:55:04 rms Exp $
+;; $Id: rlogin.el,v 1.38 1997/04/15 10:39:07 friedman Exp rms $
 
 ;;; Commentary:
 
@@ -245,6 +245,8 @@
                  (cd-absolute (concat comint-file-name-prefix "~/"))))
         (error nil))))))
 
+(put 'rlogin-mode 'mode-class 'special)
+
 (defun rlogin-mode ()
   "Set major-mode for rlogin sessions.
 If `rlogin-mode-hook' is set, run it."