el/dot-emacs.el: Inherit `font-lock-comment-delimiter-face'.
[profile] / el / dot-emacs.el
index 26cfb63..087c211 100644 (file)
@@ -1868,11 +1868,13 @@ doesn't match any of the regular expressions in
   (t :weight bold))
 (mdw-define-face font-lock-variable-name-face
   (t :slant italic))
-(mdw-define-face font-lock-comment-delimiter-face
+(mdw-define-face font-lock-comment-face
   (((min-colors 64)) :slant italic :foreground "SeaGreen1")
   (((class color)) :foreground "green")
   (t :weight bold))
-(mdw-define-face font-lock-comment-face
+(mdw-define-face font-lock-comment-delimiter-face
+  (t :inherit font-lock-comment-face))
+(mdw-define-face font-lock-doc-face
   (((min-colors 64)) :slant italic :foreground "SeaGreen1")
   (((class color)) :foreground "green")
   (t :weight bold))