]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-comment-delimiter-face): Fix up the inheritance.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 13 May 2005 03:34:50 +0000 (03:34 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 13 May 2005 03:34:50 +0000 (03:34 +0000)
lisp/ChangeLog
lisp/font-lock.el

index 39ed1402c077c3c1ff08a85d7afe9a074c5402be..af10efb5c2d22d0d0647f1443c3be3f3d01e7e3a 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * font-lock.el (font-lock-comment-delimiter-face): Fix up
+       the inheritance.
+
 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
 
        * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
        (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
        `dired-mode-hook' to the end.
 
+2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * font-lock.el (font-lock-fontify-syntactically-region): Don't use
+       comment-end if comment-start-skip is not set.
+       Obey the font-lock-comment-delimiter-face variables.
+
 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * files.el (executable-find): Move from executable.el. Use locate-file.
index 762923809d5f720dfca8318ec963442248bd9adb..eb3ad97d7cece9bd29dfedd38c91873e2a39501d 100644 (file)
@@ -1678,6 +1678,8 @@ Sets various variables using `font-lock-defaults' (or, if nil, using
 
 (defface font-lock-comment-delimiter-face
   '((default :inherit font-lock-comment-face)
+    (((class grayscale)))
+    (((class color) (min-colors 16)))
     (((class color) (min-colors 8) (background light))
      :foreground "red")
     (((class color) (min-colors 8) (background dark))