# HG changeset patch # User Alan Mackenzie # Date 1253823536 0 # Node ID e2c8e2a49fd5495fe1b6bbbec7b46ae45e15bf39 # Parent 22328c89c07162f821c3dc5573e18ba05fb07fdb *** empty log message *** diff -r 22328c89c071 -r e2c8e2a49fd5 lisp/ChangeLog --- 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 + + * 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 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.