mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 14:30:43 -08:00
(compilation-minor-mode): New defvar. (compilation-minor-mode-map): New defvar; keymap with the bindings from compilation-mode-map except SPC and DEL. (compilation-mode-map): Construct this keymap to inherit from compilation-minor-mode-map. (compilation-setup): New function, code broken out of compilation-mode. (compilation-mode): Call it. (compilation-minor-mode): New function to toggle compilation-minor-mode; if setting it, call compilation-setup. |
||
|---|---|---|
| .. | ||
| asm-mode.el | ||
| awk-mode.el | ||
| c-mode.el | ||
| cmacexp.el | ||
| compile.el | ||
| cplus-md.el | ||
| etags.el | ||
| fortran.el | ||
| hideif.el | ||
| icon.el | ||
| inf-lisp.el | ||
| make-mode.el | ||
| modula2.el | ||
| perl-mode.el | ||
| prolog.el | ||
| scheme.el | ||
| simula.el | ||