comparison lisp/ChangeLog @ 79956:ee3b79f3ade8

Correct file name in previous commission.
author Alan Mackenzie <acm@muc.de>
date Tue, 29 Jan 2008 20:35:05 +0000
parents b46d51e30692
children ca2506dd8c81
comparison
equal deleted inserted replaced
79955:aa18c505efa9 79956:ee3b79f3ade8
1 2008-01-29 Alan Mackenzie <acm@muc.de> 1 2008-01-29 Alan Mackenzie <acm@muc.de>
2 2
3 * progmodes/cc-engine.el (c-specifier-key): Exclude "template" 3 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
4 from this regexp; part of same fix as next change to cc-engine.el. 4 from this regexp; part of same fix as next change to cc-engine.el.
5 5
6 * 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
7 the "{" of a template function correctly on "template", not the 7 the "{" of a template function correctly on "template", not the
8 following "<". 8 following "<".