From: Alan Mackenzie Date: Tue, 29 Jan 2008 20:30:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.1.90~11 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d7e889f65513307919255f3f55551c6a71a26b68;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bf24be08751..ee1a6ee0adc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2008-01-29 Alan Mackenzie + * progmodes/cc-engine.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 "<".