Mercurial > emacs
comparison lisp/ChangeLog @ 79957:ca2506dd8c81
*** empty log message ***
author | Alan Mackenzie <acm@muc.de> |
---|---|
date | Tue, 29 Jan 2008 20:45:51 +0000 |
parents | ee3b79f3ade8 |
children | 2cbbc427dee1 |
comparison
equal
deleted
inserted
replaced
79956:ee3b79f3ade8 | 79957:ca2506dd8c81 |
---|---|
1 2008-01-29 Alan Mackenzie <acm@muc.de> | 1 2008-01-29 Alan Mackenzie <acm@muc.de> |
2 | 2 |
3 * progmodes/cc-langs.el (c-block-stmt-1-kwds, c-block-stmt-2-kwds) | |
4 (c-simple-stmt-kwds): New Objective C keywords: @finally, @try, | |
5 @catch, @synchronized, @throw. | |
6 | |
3 * progmodes/cc-langs.el (c-specifier-key): Exclude "template" | 7 * progmodes/cc-langs.el (c-specifier-key): Exclude "template" |
4 from this regexp; part of same fix as next change to cc-engine.el. | 8 from this regexp; part of same fix as next change to cc-engine.el. |
5 | 9 |
6 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5): Anchor | 10 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5): Anchor |
7 the "{" of a template function correctly on "template", not the | 11 the "{" of a template function correctly on "template", not the |