changeset 65812:2d888e7b750c

(c-basic-common-init): Remove calls to make-local-variable which we do not need any more.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 03 Oct 2005 21:22:29 +0000
parents 8b5704a2934a
children f6a0af865eb5
files lisp/progmodes/cc-mode.el
diffstat 1 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/cc-mode.el	Mon Oct 03 21:21:35 2005 +0000
+++ b/lisp/progmodes/cc-mode.el	Mon Oct 03 21:22:29 2005 +0000
@@ -395,11 +395,6 @@
   (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
@@ -1180,5 +1175,5 @@
 
 (cc-provide 'cc-mode)
 
-;;; arch-tag: 7825e5c4-fd09-439f-a04d-4c13208ba3d7
+;; arch-tag: 7825e5c4-fd09-439f-a04d-4c13208ba3d7
 ;;; cc-mode.el ends here