Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d6d236e2
Commit
d6d236e2
authored
May 30, 2013
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/progmodes/cc-mode.el: Move load of cc-vars before that of cc-langs
(which in turn loads cc-vars), to quieten compiler.
parent
9190b35b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/progmodes/cc-mode.el
lisp/progmodes/cc-mode.el
+1
-1
No files found.
lisp/ChangeLog
View file @
d6d236e2
2013-05-30 Glenn Morris <rgm@gnu.org>
* progmodes/cc-mode.el: Move load of cc-vars before that of
cc-langs (which in turn loads cc-vars), to quieten compiler.
2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
* paren.el: Simplify the code.
...
...
lisp/progmodes/cc-mode.el
View file @
d6d236e2
...
...
@@ -86,8 +86,8 @@
(
load
"cc-bytecomp"
nil
t
)))
(
cc-require
'cc-defs
)
(
cc-require-when-compile
'cc-langs
)
(
cc-require
'cc-vars
)
(
cc-require-when-compile
'cc-langs
)
(
cc-require
'cc-engine
)
(
cc-require
'cc-styles
)
(
cc-require
'cc-cmds
)
...
...
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