changeset 62317:3ae147d964be

(c-literal-faces): Add font-lock-comment-delimiter-face.
author Richard M. Stallman <rms@gnu.org>
date Sat, 14 May 2005 11:29:04 +0000
parents 2a4f6c0559af
children 2f50bbaca239
files lisp/progmodes/cc-engine.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/cc-engine.el	Sat May 14 11:28:14 2005 +0000
+++ b/lisp/progmodes/cc-engine.el	Sat May 14 11:29:04 2005 +0000
@@ -335,7 +335,8 @@
 ;; locking is in use.  This variable is extended with the face in
 ;; `c-doc-face-name' when fontification is activated in cc-fonts.el.
 (defvar c-literal-faces
-  '(font-lock-comment-face font-lock-string-face))
+  '(font-lock-comment-face font-lock-string-face
+			   font-lock-comment-delimiter-face))
 
 (defun c-shift-line-indentation (shift-amt)
   ;; This function does not do any hidden buffer changes.