comparison 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
comparison
equal deleted inserted replaced
94565:fe81b2cb42e0 94566:c31e26fe0b1f
1 2008-05-02 Sam Steingold <sds@gnu.org>
2
3 * progmodes/compile.el (compilation-start): Move setting of
4 compilation-directory after (funcall mode) as that resets local
5 variables, this fixes recompile in grep buffers.
6 * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).
7
1 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com> 8 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
2 9
3 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, 10 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
4 vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, 11 vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
5 vc-svn.el, vc.el: (vc-*-checkout-model): Make sure every backend 12 vc-svn.el, vc.el: (vc-*-checkout-model): Make sure every backend