diff options
| author | Alan Mackenzie | 2008-01-29 20:33:38 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2008-01-29 20:33:38 +0000 |
| commit | 88b4a959ac74ff2518b44a4586b369eb01b9d2c5 (patch) | |
| tree | 1c5eaf3276c38b09cf6ad961725936fc35df7867 /lisp/ChangeLog | |
| parent | 86f4a763d44cb450fa2f32bd8443680ae412a70f (diff) | |
| download | emacs-88b4a959ac74ff2518b44a4586b369eb01b9d2c5.tar.gz emacs-88b4a959ac74ff2518b44a4586b369eb01b9d2c5.zip | |
(c-specifier-key): Exclude "template" from this regexp; to allow the "{"
of a template function to be correctly anchored on "template", not the
following "<".
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b6916f18d09..c089bb61f5e 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-langs.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 "<". |