# HG changeset patch # User Alan Mackenzie # Date 1223925168 0 # Node ID 889dcc5232c8ac66e47b77208f1be6660ee44163 # Parent 69a04789c5f0dff954643a8914eaa29d0efc9c88 *** empty log message *** diff -r 69a04789c5f0 -r 889dcc5232c8 lisp/ChangeLog --- a/lisp/ChangeLog Mon Oct 13 19:10:11 2008 +0000 +++ b/lisp/ChangeLog Mon Oct 13 19:12:48 2008 +0000 @@ -11,6 +11,8 @@ * progmodes/cc-cmds.el (c-indent-region): (c-indent-region): Fix previous patch so that the function works on one-line macros. + * progmodes/cc-engine.el: Amend several doc strings and comments. + 2008-10-13 Dan Nicolaescu * vc-hooks.el (vc-stay-local): Add a new choice and default to it. @@ -221,8 +223,6 @@ 2008-10-07 Alan Mackenzie - * progmodes/cc-engine.el: Amend several doc strings and comments. - * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that indenting a macro followed by blank lines doesn't backslash the following non-blank line into the macro.