# HG changeset patch # User Juri Linkov # Date 1094529395 0 # Node ID 817183f6748e01fdd8fd545b298939902a78961c # Parent f6f74981c4b0ee18f920cb56bbd01bb6b2f2454a *** empty log message *** diff -r f6f74981c4b0 -r 817183f6748e lisp/ChangeLog --- a/lisp/ChangeLog Tue Sep 07 03:55:28 2004 +0000 +++ b/lisp/ChangeLog Tue Sep 07 03:56:35 2004 +0000 @@ -1,3 +1,12 @@ +2004-09-07 Juri Linkov + + * progmodes/grep.el (grep-highlight-matches): Change default from + `t' to `auto-detect', and type from `boolean' to `choice'. + (grep-compute-defaults): Set `grep-highlight-matches' to `t' + if grep option `--color' is available, or to `nil' otherwise. + (grep-use-null-device): Remove redundant type `boolean' (`choice' + is already defined). + 2004-09-06 Eli Zaretskii * simple.el (next-error-follow-minor-mode): Fix last change.