summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-05-05 01:08:45 +0000
committerRichard M. Stallman <rms@gnu.org>1997-05-05 01:08:45 +0000
commit3decac939c44ba8b790d552b9f38ecc18cbf21d3 (patch)
tree6cc24b85cb32302ed164822221e6881ff55fb1ed
parentf41d29bdc90bc7005c506da85950e285ce537179 (diff)
downloademacs-3decac939c44ba8b790d552b9f38ecc18cbf21d3.tar.gz
(compilation-mode): Add a mode-class property.
-rw-r--r--lisp/progmodes/compile.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index 26e37341796..27d4995f3d0 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -756,6 +756,8 @@ exited abnormally with code %d\n"
"Keymap for compilation log buffers.
`compilation-minor-mode-map' is a cdr of this.")
+(put 'compilation-mode 'mode-class 'special)
+
;;;###autoload
(defun compilation-mode ()
"Major mode for compilation log buffers.