Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6d1f4dc4
Commit
6d1f4dc4
authored
Oct 03, 2005
by
Stefan Monnier
Browse files
(c-basic-common-init): Remove calls to
make-local-variable which we do not need any more.
parent
6c715ec5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
6 deletions
+12
-6
lisp/ChangeLog
lisp/ChangeLog
+11
-0
lisp/progmodes/cc-mode.el
lisp/progmodes/cc-mode.el
+1
-6
No files found.
lisp/ChangeLog
View file @
6d1f4dc4
2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
not change the global value of those vars.
* progmodes/cc-mode.el (c-basic-common-init): Remove calls to
make-local-variable which we do not need any more.
2005-10-03 Chong Yidong <cyd@stupidchicken.com>
* speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
...
...
@@ -18,6 +26,9 @@
2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
* net/ange-ftp.el: Use with-current-buffer.
(ange-ftp-insert-directory): Do not follow symlinks any more.
* textmodes/ispell.el (ispell-find-aspell-dictionaries):
Remove interactive spec.
...
...
lisp/progmodes/cc-mode.el
View file @
6d1f4dc4
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment