Mercurial > emacs
changeset 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 | 9670cdb28032 |
children | b7810d4fb620 |
files | lisp/comint.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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.