* lisp/progmodes/compile.el (compilation-start): Let-bind `thisenv' to
authorJuri Linkov <juri@jurta.org>
Wed, 7 Sep 2011 12:17:54 +0000 (15:17 +0300)
committerJuri Linkov <juri@jurta.org>
Wed, 7 Sep 2011 12:17:54 +0000 (15:17 +0300)
commit91ab9c13bfffea4b4c3634a1782e23da1b0de5b3
tree54e2900b0bf7b6823e841f91ca18d1180169149a
parent0527e251e5abfd1d574d0a5bc3c9348f7ec5a8ba
* lisp/progmodes/compile.el (compilation-start): Let-bind `thisenv' to
`compilation-environment'.  Set buffer-local
`compilation-environment' to `thisenv' later after (funcall mode).
(Bug#8340)

* lisp/vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
(vc-git-grep): Prepend "PAGER=" to `compilation-environment'
instead of replacing its value.  (Bug#8340)
lisp/ChangeLog
lisp/progmodes/compile.el
lisp/vc/vc-git.el