# HG changeset patch # User Juri Linkov # Date 1094581305 0 # Node ID 587d59561e32310d77eebb28495fd7940e5cff7e # Parent 80f39c8b91c5cab7c6f8a5fed11a72fc9a723d77 *** empty log message *** diff -r 80f39c8b91c5 -r 587d59561e32 lisp/ChangeLog --- a/lisp/ChangeLog Tue Sep 07 18:19:17 2004 +0000 +++ b/lisp/ChangeLog Tue Sep 07 18:21:45 2004 +0000 @@ -19,12 +19,19 @@ 2004-09-07 Juri Linkov * progmodes/grep.el (grep-highlight-matches): Change default from - `t' to `auto-detect', and type from `boolean' to `choice'. + `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix. (grep-compute-defaults): Set `grep-highlight-matches' to `t' if grep option `--color' is available, or to `nil' otherwise. + (grep-process-setup): Call `grep-compute-defaults' if + `grep-highlight-matches' is not computed. Set env-vars only + if `grep-highlight-matches' is `t'. (grep-use-null-device): Remove redundant type `boolean' (`choice' is already defined). + * progmodes/compile.el (compilation-start): Use copy of + `process-environment' created by `copy-sequence' to not + modify env-vars in the global `process-environment'. + 2004-09-06 Eli Zaretskii * simple.el (next-error-follow-minor-mode): Fix last change.