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
09affde0
Commit
09affde0
authored
Apr 27, 2012
by
Alan Mackenzie
Browse files
Update CC Mode version to 5.32.3.
parent
9723e05a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/progmodes/cc-defs.el
lisp/progmodes/cc-defs.el
+1
-1
No files found.
lisp/ChangeLog
View file @
09affde0
2012-04-27 Alan Mackenzie <acm@muc.de>
* progmodes/cc-defs.el (c-version): Update to 5.32.3.
2012-04-27 Chong Yidong <cyd@gnu.org>
* subr.el (read-key): Avoid running filter function when setting
...
...
lisp/progmodes/cc-defs.el
View file @
09affde0
...
...
@@ -93,7 +93,7 @@
;;; Variables also used at compile time.
(
defconst
c-version
"5.32.
2
"
(
defconst
c-version
"5.32.
3
"
"CC Mode version number."
)
(
defconst
c-version-sym
(
intern
c-version
))
...
...
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