changeset 105185:e2c8e2a49fd5

*** empty log message ***
author Alan Mackenzie <acm@muc.de>
date Thu, 24 Sep 2009 20:18:56 +0000
parents 22328c89c071
children d6ddd512e29c
files lisp/ChangeLog
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Sep 24 19:19:41 2009 +0000
+++ b/lisp/ChangeLog	Thu Sep 24 20:18:56 2009 +0000
@@ -1,3 +1,12 @@
+2009-09-24  Alan Mackenzie  <acm@muc.de>
+
+	* progmodes/cc-cmds.el (c-scan-conditionals): A new function like
+	c-forward-conditionals, but it doesn't move point and doesn't set
+	the mark.
+	(c-up-conditional, c-up-conditional-with-else, c-down-conditional)
+	(c-down-conditional-with-else, c-backward-conditional)
+	(c-forward-conditional): Refactor to use c-scan-conditionals.
+
 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
 
 	* help-fns.el (help-downcase-arguments): New option, defaulting to nil.