(compilation-shell-minor-mode): Add group.
(compilation-minor-mode): Add group.
This commit is contained in:
parent
710a1280cd
commit
d408fed8eb
1 changed files with 2 additions and 0 deletions
|
|
@ -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)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue