Mercurial > emacs
diff lisp/ChangeLog @ 94566:c31e26fe0b1f
* progmodes/compile.el (compilation-start): Move setting of
compilation-directory after (funcall mode) as that resets local
variables, this fixes recompile in grep buffers.
* grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Fri, 02 May 2008 18:37:07 +0000 |
parents | fe81b2cb42e0 |
children | 61cca370b8f5 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri May 02 18:32:18 2008 +0000 +++ b/lisp/ChangeLog Fri May 02 18:37:07 2008 +0000 @@ -1,3 +1,10 @@ +2008-05-02 Sam Steingold <sds@gnu.org> + + * progmodes/compile.el (compilation-start): Move setting of + compilation-directory after (funcall mode) as that resets local + variables, this fixes recompile in grep buffers. + * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c). + 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com> * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,