emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/font-lock.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/font-lock.el
Date: Thu, 12 May 2005 17:23:05 -0400

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)
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]