1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

(font-lock-regexp-grouping-backslash): Don't

inherit from escape-glyph (use bold for all cases).
This commit is contained in:
Juri Linkov 2005-07-19 11:31:31 +00:00
parent 7ca87dab18
commit d8d5c28c13

View 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)