diff lisp/progmodes/compile.el @ 48400:e57b9088b4a1

(compilation-shell-minor-mode): Add group. (compilation-minor-mode): Add group.
author Markus Rost <rost@math.uni-bielefeld.de>
date Mon, 18 Nov 2002 04:14:26 +0000
parents 5335f4b4c07e
children fdd59bb947d8
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Mon Nov 18 04:07:47 2002 +0000
+++ b/lisp/progmodes/compile.el	Mon Nov 18 04:14:26 2002 +0000
@@ -1265,6 +1265,7 @@
 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 @@
 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)))