summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-05-05 01:10:01 +0000
committerRichard M. Stallman <rms@gnu.org>1997-05-05 01:10:01 +0000
commit59cb77af0397ae3be8d123bd7c7888bfec2a6646 (patch)
treea935eec48b0b6004642e1e49143f1cfc8de6a4c6
parent3decac939c44ba8b790d552b9f38ecc18cbf21d3 (diff)
downloademacs-59cb77af0397ae3be8d123bd7c7888bfec2a6646.tar.gz
(inferior-lisp-mode): Add a mode-class property.
-rw-r--r--lisp/progmodes/inf-lisp.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el
index 870d3f944b7..dbb49729d13 100644
--- a/lisp/progmodes/inf-lisp.el
+++ b/lisp/progmodes/inf-lisp.el
@@ -203,6 +203,8 @@ buffer with \\[set-variable].")
(defvar inferior-lisp-mode-hook '()
"*Hook for customising Inferior Lisp mode.")
+(put 'inferior-lisp-mode 'mode-class 'special)
+
(defun inferior-lisp-mode ()
"Major mode for interacting with an inferior Lisp process.
Runs a Lisp interpreter as a subprocess of Emacs, with Lisp I/O through an