summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-01-30 03:42:50 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-01-30 03:42:50 +0000
commit4bd81fde833444fe510c465706aec4134e1ae403 (patch)
tree6de56d96de21480e1bb6e2ff99960e3ee162a3ca
parent9555a4cfeb2e5ebf3c0283d7b79586ef22e62c9d (diff)
downloademacs-4bd81fde833444fe510c465706aec4134e1ae403.tar.gz
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f0565096f3d..aa5b50b2208 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,7 +3,7 @@
* progmodes/cc-langs.el (c-block-stmt-1-kwds, c-block-stmt-2-kwds)
(c-simple-stmt-kwds): New Objective C keywords: @finally, @try,
@catch, @synchronized, @throw.
-
+
* progmodes/cc-langs.el (c-specifier-key): Exclude "template"
from this regexp; part of same fix as next change to cc-engine.el.
@@ -11,7 +11,7 @@
the "{" of a template function correctly on "template", not the
following "<".
- * progmodes/cc-defs.el (c-version): increase to 5.31.5.
+ * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
2008-01-29 Richard Stallman <rms@gnu.org>