progmodes/cc-defs.el (c-version): Increase to 5.31.9.
This commit is contained in:
parent
b33b68a32c
commit
5bdd6fa4ef
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2011-09-23 Alan Mackenzie <acm@muc.de>
|
||||||
|
|
||||||
|
* progmodes/cc-defs.el (c-version): Increase to 5.31.9.
|
||||||
|
|
||||||
2011-09-23 Chong Yidong <cyd@stupidchicken.com>
|
2011-09-23 Chong Yidong <cyd@stupidchicken.com>
|
||||||
|
|
||||||
* window.el (pop-to-buffer): Ensure right window is selected if we
|
* window.el (pop-to-buffer): Ensure right window is selected if we
|
||||||
|
|
|
@ -93,7 +93,7 @@
|
||||||
|
|
||||||
;;; Variables also used at compile time.
|
;;; Variables also used at compile time.
|
||||||
|
|
||||||
(defconst c-version "5.31.8"
|
(defconst c-version "5.31.9"
|
||||||
"CC Mode version number.")
|
"CC Mode version number.")
|
||||||
|
|
||||||
(defconst c-version-sym (intern c-version))
|
(defconst c-version-sym (intern c-version))
|
||||||
|
|
Loading…
Add table
Reference in a new issue