summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-05-05 01:07:37 +0000
committerRichard M. Stallman <rms@gnu.org>1997-05-05 01:07:37 +0000
commitf41d29bdc90bc7005c506da85950e285ce537179 (patch)
tree725a2b1ee762496b21edbf3237b4061590ea9f2a
parent9bd8b197e0b1c20946072d58a80c4d4caceaa91d (diff)
downloademacs-f41d29bdc90bc7005c506da85950e285ce537179.tar.gz
(comint-mode): Add a mode-class property.
-rw-r--r--lisp/comint.el2
1 files changed, 2 insertions, 0 deletions
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.