# HG changeset patch # User Stefan Monnier # Date 1128374549 0 # Node ID 2d888e7b750cc477aa5172e7c29540b7c49120d7 # Parent 8b5704a2934aeafd26e07cc242b4213584a85014 (c-basic-common-init): Remove calls to make-local-variable which we do not need any more. diff -r 8b5704a2934a -r 2d888e7b750c lisp/progmodes/cc-mode.el --- 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