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
9a737a1f
Commit
9a737a1f
authored
Oct 01, 2004
by
Martin Stjernholm
Browse files
Load cl here since cc-defs doesn't do it. This is necessary for
derived modes.
parent
f0096211
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/progmodes/cc-langs.el
lisp/progmodes/cc-langs.el
+3
-0
No files found.
lisp/ChangeLog
View file @
9a737a1f
2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
* progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
This is necessary for derived modes.
2004-09-30 Kim F. Storm <storm@cua.dk>
* kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
...
...
lisp/progmodes/cc-langs.el
View file @
9a737a1f
...
...
@@ -124,6 +124,9 @@
(
cc-require
'cc-defs
)
(
cc-require
'cc-vars
)
;; This file is not always loaded. See note above.
(
cc-external-require
'cl
)
;;; Setup for the `c-lang-defvar' system.
...
...
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