Mercurial > emacs
comparison lisp/ChangeLog @ 88070:56fdf8176009
*** empty log message ***
author | Alan Mackenzie <acm@muc.de> |
---|---|
date | Tue, 29 Jan 2008 20:33:38 +0000 |
parents | 3023e777a484 |
children | 1fcb6b1de8dc |
comparison
equal
deleted
inserted
replaced
88069:e1f1480a05d6 | 88070:56fdf8176009 |
---|---|
1 2008-01-29 Alan Mackenzie <acm@muc.de> | 1 2008-01-29 Alan Mackenzie <acm@muc.de> |
2 | |
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. | |
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 |