Mercurial > emacs
changeset 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 | 59fc5f077731 |
children | 2928f718924e |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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)))