# HG changeset patch # User Markus Rost # Date 1037592866 0 # Node ID e57b9088b4a1e8ab4ab891ff29359424929531cc # Parent 59fc5f0777316b2f2181763dc84858d61c30911a (compilation-shell-minor-mode): Add group. (compilation-minor-mode): Add group. diff -r 59fc5f077731 -r e57b9088b4a1 lisp/progmodes/compile.el --- 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)))