diff options
| author | Alan Mackenzie | 2014-11-01 10:36:43 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2014-11-01 10:36:43 +0000 |
| commit | ce4670d74d34148b6c4c4f6b35bb2ab2865e583e (patch) | |
| tree | 6a482dcada1f71774fb898174e9f15bb85ee1fa7 | |
| parent | d87931d249a4c7f15d4c1178c6ce396ab18ce1f6 (diff) | |
| download | emacs-ce4670d74d34148b6c4c4f6b35bb2ab2865e583e.tar.gz emacs-ce4670d74d34148b6c4c4f6b35bb2ab2865e583e.zip | |
Correct name on yesterday's patch "Add "enum classs" support to C++ mode."
to Daniel Colascione.
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2b170dba51b..a2fd7eed8d3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | * startup.el (command-line): Remove pointless attempt to avoid | 10 | * startup.el (command-line): Remove pointless attempt to avoid |
| 11 | statting the file-system (which expand-file-name doesn't do). | 11 | statting the file-system (which expand-file-name doesn't do). |
| 12 | 12 | ||
| 13 | 2014-10-30 Alan Mackenzie <acm@muc.de> | 13 | 2014-10-30 Daniel Colascione <dancol@dancol.org> |
| 14 | 14 | ||
| 15 | Add "enum classs" support to C++ mode. | 15 | Add "enum classs" support to C++ mode. |
| 16 | * progmodes/cc-langs.el (c-after-brace-list-decl-kwds) | 16 | * progmodes/cc-langs.el (c-after-brace-list-decl-kwds) |