summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rost <rost@math.uni-bielefeld.de>2002-11-18 04:14:26 +0000
committerMarkus Rost <rost@math.uni-bielefeld.de>2002-11-18 04:14:26 +0000
commitd408fed8eb5c9ccca5cbf353e9e5eb2e9d881927 (patch)
treec3e2f513aaa88f09bac3d2318fb22442e29964d8
parent710a1280cd703748248ab7eb89233e993454e0ce (diff)
downloademacs-d408fed8eb5c9ccca5cbf353e9e5eb2e9d881927.tar.gz
(compilation-shell-minor-mode): Add group.
(compilation-minor-mode): Add group.
-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 6af4ca95e7f..5a654870c21 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -1265,6 +1265,7 @@ Compilation major mode are available but bound to keys that don't
collide with Shell mode. See `compilation-mode'.
Turning the mode on runs the normal hook `compilation-shell-minor-mode-hook'."
nil " Shell-Compile" nil
+ :group 'compilation
(let (mode-line-process)
(compilation-setup)))
@@ -1276,6 +1277,7 @@ In this minor mode, all the error-parsing commands of the
Compilation major mode are available. See `compilation-mode'.
Turning the mode on runs the normal hook `compilation-minor-mode-hook'."
nil " Compilation" nil
+ :group 'compilation
(let ((mode-line-process))
(compilation-setup)))