Index: emacs/lisp/font-lock.el
diff -c emacs/lisp/font-lock.el:1.251 emacs/lisp/font-lock.el:1.252
*** emacs/lisp/font-lock.el:1.251       Thu May 12 20:04:09 2005
--- emacs/lisp/font-lock.el     Thu May 12 21:23:04 2005
***************
*** 1677,1683 ****
    :group 'font-lock-highlighting-faces)
  
  (defface font-lock-comment-delimiter-face
!   '((t :inherit font-lock-comment-face))
    "Font Lock mode face used to highlight comment delimiters."
    :group 'font-lock-highlighting-faces)
  
--- 1677,1687 ----
    :group 'font-lock-highlighting-faces)
  
  (defface font-lock-comment-delimiter-face
!   '((default :inherit font-lock-comment-face)
!     (((class color) (min-colors 8) (background light))
!      :foreground "red")
!     (((class color) (min-colors 8) (background dark))
!      :foreground "red1"))
    "Font Lock mode face used to highlight comment delimiters."
    :group 'font-lock-highlighting-faces)
  


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to