diff options
| author | Alan Mackenzie | 2008-01-29 20:30:04 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2008-01-29 20:30:04 +0000 |
| commit | d7e889f65513307919255f3f55551c6a71a26b68 (patch) | |
| tree | 35287978b8163c58ed825d2f468979a8b5488286 | |
| parent | 820d062bde06707f66828166ebf97bbb123851b8 (diff) | |
| download | emacs-d7e889f65513307919255f3f55551c6a71a26b68.tar.gz emacs-d7e889f65513307919255f3f55551c6a71a26b68.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bf24be08751..ee1a6ee0adc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 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" | ||
| 4 | from this regexp; part of same fix as next change to cc-engine.el. | ||
| 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 "<". |