# HG changeset patch # User Richard M. Stallman # Date 862794457 0 # Node ID 0d08e67b280fe6a00426a13083da5790f07791d1 # Parent 9670cdb28032c39c000a32d34176a3869d52c460 (comint-mode): Add a mode-class property. diff -r 9670cdb28032 -r 0d08e67b280f lisp/comint.el --- 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.