changeset 64498:44d210b5de14

(font-lock-regexp-grouping-backslash): Don't inherit from escape-glyph (use bold for all cases).
author Juri Linkov <juri@jurta.org>
date Tue, 19 Jul 2005 11:31:31 +0000
parents 60276f1221b8
children 34bf5187c5aa
files lisp/font-lock.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/font-lock.el	Tue Jul 19 11:30:29 2005 +0000
+++ b/lisp/font-lock.el	Tue Jul 19 11:31:31 2005 +0000
@@ -1830,8 +1830,7 @@
   :group 'font-lock-highlighting-faces)
 
 (defface font-lock-regexp-grouping-backslash
-  '((((class color) (min-colors 16)) :inherit escape-glyph)
-    (t :inherit bold))
+  '((t :inherit bold))
   "Font Lock mode face for backslashes in Lisp regexp grouping constructs."
   :group 'font-lock-highlighting-faces)