aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorSam Steingold2008-05-02 18:37:07 +0000
committerSam Steingold2008-05-02 18:37:07 +0000
commit5f3ca1ba63892e9c3e95f591a8d551ec80d6782a (patch)
tree95f3fc1fae67c06ecc8cc2180b2945f8cdf855f3 /lisp/ChangeLog
parent7210c33ff83136d924d23afa0087d6583117f47e (diff)
downloademacs-5f3ca1ba63892e9c3e95f591a8d551ec80d6782a.tar.gz
emacs-5f3ca1ba63892e9c3e95f591a8d551ec80d6782a.zip
* 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).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4e158093b2d..9d1def1ec9f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12008-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
12008-05-02 Eric S. Raymond <esr@snark.thyrsus.com> 82008-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,