comparison lisp/ChangeLog @ 79954:b46d51e30692

*** empty log message ***
author Alan Mackenzie <acm@muc.de>
date Tue, 29 Jan 2008 20:30:04 +0000
parents efaa1cd7126b
children ee3b79f3ade8
comparison
equal deleted inserted replaced
79953:6b6540ecfecf 79954:b46d51e30692
1 2008-01-29 Alan Mackenzie <acm@muc.de> 1 2008-01-29 Alan Mackenzie <acm@muc.de>
2
3 * progmodes/cc-engine.el (c-specifier-key): Exclude "template"
4 from this regexp; part of same fix as next change to cc-engine.el.
2 5
3 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5): Anchor 6 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5): Anchor
4 the "{" of a template function correctly on "template", not the 7 the "{" of a template function correctly on "template", not the
5 following "<". 8 following "<".
6 9