# HG changeset patch # User Richard M. Stallman # Date 1116070144 0 # Node ID 3ae147d964be2b511eb2c88420b44ab9213d2ebb # Parent 2a4f6c0559afdac2345c2fc16510d9026f0dd871 (c-literal-faces): Add font-lock-comment-delimiter-face. diff -r 2a4f6c0559af -r 3ae147d964be lisp/progmodes/cc-engine.el --- 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.