Index: emacs/lisp/progmodes/cc-engine.el
diff -c emacs/lisp/progmodes/cc-engine.el:1.38 
emacs/lisp/progmodes/cc-engine.el:1.39
*** emacs/lisp/progmodes/cc-engine.el:1.38      Wed Aug 11 16:22:21 2004
--- emacs/lisp/progmodes/cc-engine.el   Sat May 14 11:29:04 2005
***************
*** 335,341 ****
  ;; 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))
  
  (defun c-shift-line-indentation (shift-amt)
    ;; This function does not do any hidden buffer changes.
--- 335,342 ----
  ;; 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-delimiter-face))
  
  (defun c-shift-line-indentation (shift-amt)
    ;; This function does not do any hidden buffer changes.


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to