changeset 98694:889dcc5232c8

*** empty log message ***
author Alan Mackenzie <acm@muc.de>
date Mon, 13 Oct 2008 19:12:48 +0000
parents 69a04789c5f0
children 797ef26fa55d
files lisp/ChangeLog
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <dann@ics.uci.edu>
 
 	* vc-hooks.el (vc-stay-local): Add a new choice and default to it.
@@ -221,8 +223,6 @@
 
 2008-10-07  Alan Mackenzie  <acm@muc.de>
 
-	* 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.