# HG changeset patch # User Alan Mackenzie # Date 1201638818 0 # Node ID 56fdf817600921418379f0e5a1b50261ff1fce34 # Parent e1f1480a05d67f7c65d95b6b26d5a382983daaf0 *** empty log message *** diff -r e1f1480a05d6 -r 56fdf8176009 lisp/ChangeLog --- a/lisp/ChangeLog Tue Jan 29 20:32:12 2008 +0000 +++ b/lisp/ChangeLog Tue Jan 29 20:33:38 2008 +0000 @@ -1,5 +1,8 @@ 2008-01-29 Alan Mackenzie + * progmodes/cc-langs.el (c-specifier-key): Exclude "template" + from this regexp; part of same fix as next change to cc-engine.el. + * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5): Anchor the "{" of a template function correctly on "template", not the following "<".