diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/progmodes/cc-defs.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ceef0b7f9b2..65315b303f1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-09-23 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | * progmodes/cc-defs.el (c-version): Increase to 5.31.9. | ||
| 4 | |||
| 1 | 2011-09-23 Chong Yidong <cyd@stupidchicken.com> | 5 | 2011-09-23 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * window.el (pop-to-buffer): Ensure right window is selected if we | 7 | * window.el (pop-to-buffer): Ensure right window is selected if we |
diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el index a063ce7dab6..e5b4d7e35a4 100644 --- a/lisp/progmodes/cc-defs.el +++ b/lisp/progmodes/cc-defs.el | |||
| @@ -93,7 +93,7 @@ | |||
| 93 | 93 | ||
| 94 | ;;; Variables also used at compile time. | 94 | ;;; Variables also used at compile time. |
| 95 | 95 | ||
| 96 | (defconst c-version "5.31.8" | 96 | (defconst c-version "5.31.9" |
| 97 | "CC Mode version number.") | 97 | "CC Mode version number.") |
| 98 | 98 | ||
| 99 | (defconst c-version-sym (intern c-version)) | 99 | (defconst c-version-sym (intern c-version)) |