comparison lisp/font-lock.el @ 62266:8db74faa378a

(font-lock-comment-delimiter-face): Fix last change.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 12 May 2005 21:23:04 +0000
parents 01b87ce19664
children f1e03f4e94d2
comparison
equal deleted inserted replaced
62265:43e264259629 62266:8db74faa378a
1675 (t (:weight bold :slant italic))) 1675 (t (:weight bold :slant italic)))
1676 "Font Lock mode face used to highlight comments." 1676 "Font Lock mode face used to highlight comments."
1677 :group 'font-lock-highlighting-faces) 1677 :group 'font-lock-highlighting-faces)
1678 1678
1679 (defface font-lock-comment-delimiter-face 1679 (defface font-lock-comment-delimiter-face
1680 '((t :inherit font-lock-comment-face)) 1680 '((default :inherit font-lock-comment-face)
1681 (((class color) (min-colors 8) (background light))
1682 :foreground "red")
1683 (((class color) (min-colors 8) (background dark))
1684 :foreground "red1"))
1681 "Font Lock mode face used to highlight comment delimiters." 1685 "Font Lock mode face used to highlight comment delimiters."
1682 :group 'font-lock-highlighting-faces) 1686 :group 'font-lock-highlighting-faces)
1683 1687
1684 (defface font-lock-string-face 1688 (defface font-lock-string-face
1685 '((((class grayscale) (background light)) (:foreground "DimGray" :slant italic)) 1689 '((((class grayscale) (background light)) (:foreground "DimGray" :slant italic))