emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-engine.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-engine.el
Date: Sat, 14 May 2005 07:29:04 -0400

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]