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-mode.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-mode.el
Date: Mon, 03 Oct 2005 17:22:29 -0400

Index: emacs/lisp/progmodes/cc-mode.el
diff -c emacs/lisp/progmodes/cc-mode.el:1.43 
emacs/lisp/progmodes/cc-mode.el:1.44
*** emacs/lisp/progmodes/cc-mode.el:1.43        Fri Sep 23 18:26:09 2005
--- emacs/lisp/progmodes/cc-mode.el     Mon Oct  3 21:22:29 2005
***************
*** 395,405 ****
    (make-local-variable 'comment-end)
    (make-local-variable 'comment-start-skip)
    (make-local-variable 'comment-multi-line)
-   (make-local-variable 'paragraph-start)
-   (make-local-variable 'paragraph-separate)
-   (make-local-variable 'paragraph-ignore-fill-prefix)
-   (make-local-variable 'adaptive-fill-mode)
-   (make-local-variable 'adaptive-fill-regexp)
  
    ;; now set their values
    (setq parse-sexp-ignore-comments t
--- 395,400 ----
***************
*** 1180,1184 ****
  
  (cc-provide 'cc-mode)
  
! ;;; arch-tag: 7825e5c4-fd09-439f-a04d-4c13208ba3d7
  ;;; cc-mode.el ends here
--- 1175,1179 ----
  
  (cc-provide 'cc-mode)
  
! ;; arch-tag: 7825e5c4-fd09-439f-a04d-4c13208ba3d7
  ;;; cc-mode.el ends here




reply via email to

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