diff options
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8e6b0ca30a8..9b55d1cf4d5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2008-10-07 Alan Mackenzie <acm@muc.de> | 1 | 2008-10-07 Alan Mackenzie <acm@muc.de> |
| 2 | 2 | ||
| 3 | * progmodes/cc-engine.el: Amend several doc strings and comments. | ||
| 4 | |||
| 3 | * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that | 5 | * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that |
| 4 | indenting a macro followed by blank lines doesn't backslash the | 6 | indenting a macro followed by blank lines doesn't backslash the |
| 5 | following non-blank line into the macro. | 7 | following non-blank line into the macro. |