comparison lisp/font-lock.el @ 63929:7b7a48be14e2

(font-lock-regexp-grouping-construct): Fix the bogus name from the last change.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 03 Jul 2005 04:59:39 +0000
parents 954c9ade6e2b
children 6fb026ad601f efa9e4606e7e
comparison
equal deleted inserted replaced
63928:e559c2c766bc 63929:7b7a48be14e2
1829 '((((class color) (min-colors 16)) :inherit escape-glyph) 1829 '((((class color) (min-colors 16)) :inherit escape-glyph)
1830 (t :inherit bold)) 1830 (t :inherit bold))
1831 "Font Lock mode face for backslashes in Lisp regexp grouping constructs." 1831 "Font Lock mode face for backslashes in Lisp regexp grouping constructs."
1832 :group 'font-lock-highlighting-faces) 1832 :group 'font-lock-highlighting-faces)
1833 1833
1834 (defface font-lock-regexp-backslash-grouping-construct 1834 (defface font-lock-regexp-grouping-construct
1835 '((t :inherit bold)) 1835 '((t :inherit bold))
1836 "Font Lock mode face used to highlight grouping constructs in Lisp regexps." 1836 "Font Lock mode face used to highlight grouping constructs in Lisp regexps."
1837 :group 'font-lock-highlighting-faces) 1837 :group 'font-lock-highlighting-faces)
1838 1838
1839 ;;; End of Colour etc. support. 1839 ;;; End of Colour etc. support.