* progmodes/compile.el (compilation-start): Move setting of
authorSam Steingold <sds@gnu.org>
Fri, 2 May 2008 18:37:07 +0000 (18:37 +0000)
committerSam Steingold <sds@gnu.org>
Fri, 2 May 2008 18:37:07 +0000 (18:37 +0000)
commit5f3ca1ba63892e9c3e95f591a8d551ec80d6782a
tree95f3fc1fae67c06ecc8cc2180b2945f8cdf855f3
parent7210c33ff83136d924d23afa0087d6583117f47e
* 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).
lisp/ChangeLog
lisp/progmodes/compile.el
lisp/progmodes/grep.el