diff lisp/comint.el @ 17652:0d08e67b280f

(comint-mode): Add a mode-class property.
author Richard M. Stallman <rms@gnu.org>
date Mon, 05 May 1997 01:07:37 +0000
parents ef3d3871adef
children 7af8470b665a
line wrap: on
line diff
--- a/lisp/comint.el	Mon May 05 01:05:04 1997 +0000
+++ b/lisp/comint.el	Mon May 05 01:07:37 1997 +0000
@@ -367,6 +367,8 @@
 (put 'comint-scroll-show-maximum-output 'permanent-local t)
 (put 'comint-ptyp 'permanent-local t)
 
+(put 'comint-mode 'mode-class 'special)
+
 (defun comint-mode ()
   "Major mode for interacting with an inferior interpreter.
 Interpreter name is same as buffer name, sans the asterisks.