]> git.eshelyaron.com Git - emacs.git/commitdiff
(info-lookup-highlight-face): Change default from `highlight' to `match'.
authorJuri Linkov <juri@jurta.org>
Thu, 16 Dec 2004 07:19:20 +0000 (07:19 +0000)
committerJuri Linkov <juri@jurta.org>
Thu, 16 Dec 2004 07:19:20 +0000 (07:19 +0000)
lisp/ChangeLog
lisp/info-look.el

index a086e276835943c053347f4a8f105964116803c2..f86107456e3c7115ec41a5c74c73fe933bff94e9 100644 (file)
@@ -1,3 +1,18 @@
+2004-12-15  Juri Linkov  <juri@jurta.org>
+
+       * 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  <occitan@esperanto.org>
 
        * progmodes/executable.el (executable-interpret): Eliminate
index 388415ec8c1ba04038b75908be479a3c6e8e7664..bc886f0320cac7780f3fa91c28e13b04c7471a62 100644 (file)
@@ -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)