]> git.eshelyaron.com Git - emacs.git/commitdiff
(compilation-shell-minor-mode): Add group.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 18 Nov 2002 04:14:26 +0000 (04:14 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 18 Nov 2002 04:14:26 +0000 (04:14 +0000)
(compilation-minor-mode):  Add group.

lisp/progmodes/compile.el

index 6af4ca95e7f19944fab33405337514a1507410a9..5a654870c216b08301a0777cb891cbb18c4f7b46 100644 (file)
@@ -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)))