changeset 56949:817183f6748e

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Tue, 07 Sep 2004 03:56:35 +0000
parents f6f74981c4b0
children 244535d043c2
files lisp/ChangeLog
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <juri@jurta.org>
+
+	* 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  <eliz@gnu.org>
 
 	* simple.el (next-error-follow-minor-mode): Fix last change.