diff options
author | Juri Linkov <juri@jurta.org> | 2005-07-19 11:31:31 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2005-07-19 11:31:31 +0000 |
commit | d8d5c28c13128094a3b57e019af8d08c9928d2a9 (patch) | |
tree | 5e4347c60e79d4c6ea8a3b3aaa852ae6fc44f316 /lisp/font-lock.el | |
parent | 7ca87dab188d17256a3eff7a16dc3cc43bdffc56 (diff) | |
download | emacs-d8d5c28c13128094a3b57e019af8d08c9928d2a9.tar.gz |
(font-lock-regexp-grouping-backslash): Don't
inherit from escape-glyph (use bold for all cases).
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r-- | lisp/font-lock.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 0a97be141df..51a4ee72722 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -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) |