diff options
| author | Alan Mackenzie | 2013-07-13 17:45:07 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2013-07-13 17:45:07 +0000 |
| commit | 2cdb769811731975a1ad65fd75d642f5b92b158a (patch) | |
| tree | 54f0d17b11b2372565e75d566c9c809514c783d4 /lisp/ChangeLog | |
| parent | 922ae7eeed74d847778907602eb52e97cfb9f212 (diff) | |
| download | emacs-2cdb769811731975a1ad65fd75d642f5b92b158a.tar.gz emacs-2cdb769811731975a1ad65fd75d642f5b92b158a.zip | |
progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
and comment it out. This out-commenting enables certain C++
declarations to be parsed correctly.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1c01afd8576..91373ef8a6b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-07-13 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13 | ||
| 4 | and comment it out. This out-commenting enables certain C++ | ||
| 5 | declarations to be parsed correctly. | ||
| 6 | |||
| 1 | 2013-07-13 Eli Zaretskii <eliz@gnu.org> | 7 | 2013-07-13 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * international/mule.el (define-coding-system): Doc fix. | 9 | * international/mule.el (define-coding-system): Doc fix. |