]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-regexp-grouping-backslash): Don't
authorJuri Linkov <juri@jurta.org>
Tue, 19 Jul 2005 11:31:31 +0000 (11:31 +0000)
committerJuri Linkov <juri@jurta.org>
Tue, 19 Jul 2005 11:31:31 +0000 (11:31 +0000)
inherit from escape-glyph (use bold for all cases).

lisp/font-lock.el

index 0a97be141df554474c133cfd5e9d3e3a3b1627bf..51a4ee727225b15d8c2326ba18befe27c6ce293a 100644 (file)
@@ -1830,8 +1830,7 @@ Sets various variables using `font-lock-defaults' (or, if nil, using
   :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)