diff options
| author | Sam Steingold | 2008-05-02 18:37:07 +0000 |
|---|---|---|
| committer | Sam Steingold | 2008-05-02 18:37:07 +0000 |
| commit | 5f3ca1ba63892e9c3e95f591a8d551ec80d6782a (patch) | |
| tree | 95f3fc1fae67c06ecc8cc2180b2945f8cdf855f3 /lisp/ChangeLog | |
| parent | 7210c33ff83136d924d23afa0087d6583117f47e (diff) | |
| download | emacs-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/ChangeLog | 7 |
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 @@ | |||
| 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, |