# HG changeset patch # User Juanma Barranquero # Date 1201664570 0 # Node ID 2cbbc427dee183f0104f2ffa71aacbbe0f498393 # Parent d22f0fe0ef05bf50c427565a306509e0a2ef0f3a *** empty log message *** diff -r d22f0fe0ef05 -r 2cbbc427dee1 lisp/ChangeLog --- a/lisp/ChangeLog Tue Jan 29 20:47:03 2008 +0000 +++ b/lisp/ChangeLog Wed Jan 30 03:42:50 2008 +0000 @@ -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