From: Richard M. Stallman Date: Mon, 5 May 1997 01:07:37 +0000 (+0000) Subject: (comint-mode): Add a mode-class property. X-Git-Tag: emacs-20.1~2293 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=158cfdd23f55177cf57102d522ba7999f95e5a53;p=emacs.git (comint-mode): Add a mode-class property. --- diff --git a/lisp/comint.el b/lisp/comint.el index 0fab975f297..8ae8787d2e3 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -367,6 +367,8 @@ This is to work around a bug in Emacs process signaling.") (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.