From 8270a848c898e19a5f46eb2ea79b71645562e0cd Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Thu, 16 Dec 2004 07:19:20 +0000 Subject: [PATCH] (info-lookup-highlight-face): Change default from `highlight' to `match'. --- lisp/ChangeLog | 15 +++++++++++++++ lisp/info-look.el | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a086e276835..f86107456e3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2004-12-15 Juri Linkov + + * replace.el (match): New face. + (list-matching-lines-face): Change default from `bold' to `match'. + + * progmodes/grep.el (grep-match-face): New defvar. + (grep-mode-font-lock-keywords): Use grep-match-face instead of + compilation-column-face to highlight grep matches. + + * apropos.el (apropos-match-face): Change default from + `secondary-selection' to `match'. + + * info-look.el (info-lookup-highlight-face): Change default from + `highlight' to `match'. + 2004-12-15 Daniel Pfeiffer * progmodes/executable.el (executable-interpret): Eliminate diff --git a/lisp/info-look.el b/lisp/info-look.el index 388415ec8c1..bc886f0320c 100644 --- a/lisp/info-look.el +++ b/lisp/info-look.el @@ -47,7 +47,7 @@ Automatically becomes buffer local when set in any fashion.") "Non-nil means pop up the Info buffer in another window." :group 'info-lookup :type 'boolean) -(defcustom info-lookup-highlight-face 'highlight +(defcustom info-lookup-highlight-face 'match "Face for highlighting looked up help items. Setting this variable to nil disables highlighting." :group 'info-lookup :type 'face) -- 2.39.5