Mercurial > emacs
diff lisp/ChangeLog @ 94775:b51bb57e843b
(compilation-minor-mode-map, compilation-mode-map):
Bind "g" to recompile and "q" to quit-window.
(grep-mode-map): Use `set-keymap-parent' to connect it
to `compilation-minor-mode-map' (instead of an explicit `cons').
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Thu, 08 May 2008 17:28:05 +0000 |
parents | 7493a5cb8955 |
children | b9687393def1 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu May 08 15:59:16 2008 +0000 +++ b/lisp/ChangeLog Thu May 08 17:28:05 2008 +0000 @@ -1,3 +1,11 @@ +2008-05-08 Sam Steingold <sds@gnu.org> + + * progmodes/compile.el (compilation-minor-mode-map) + (compilation-mode-map): Bind "g" to recompile and "q" to + quit-window. + * grep.el (grep-mode-map): Use `set-keymap-parent' to connect it + to `compilation-minor-mode-map' (instead of an explicit `cons'). + 2008-05-08 Juanma Barranquero <lekktu@gmail.com> * org/org.el (org-modules, org-format-latex-options):