diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-10-03 21:23:06 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-10-03 21:23:06 +0000 |
commit | 6d1f4dc42206925423d66c995900d44e1480eba1 (patch) | |
tree | eb505f257306c28eacfc37320b2797062bc30c0f /lisp/progmodes/cc-mode.el | |
parent | 6c715ec53e10208fa909328affb24c1b53b55aa3 (diff) | |
download | emacs-6d1f4dc42206925423d66c995900d44e1480eba1.tar.gz |
(c-basic-common-init): Remove calls to
make-local-variable which we do not need any more.
Diffstat (limited to 'lisp/progmodes/cc-mode.el')
-rw-r--r-- | lisp/progmodes/cc-mode.el | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lisp/progmodes/cc-mode.el b/lisp/progmodes/cc-mode.el index 92c402dbad4..63c6aad3aa1 100644 --- a/lisp/progmodes/cc-mode.el +++ b/lisp/progmodes/cc-mode.el @@ -395,11 +395,6 @@ that requires a literal mode spec at compile time." (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 @@ Key bindings: (cc-provide 'cc-mode) -;;; arch-tag: 7825e5c4-fd09-439f-a04d-4c13208ba3d7 +;; arch-tag: 7825e5c4-fd09-439f-a04d-4c13208ba3d7 ;;; cc-mode.el ends here |