]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorAlan Mackenzie <acm@muc.de>
Thu, 24 Sep 2009 20:18:56 +0000 (20:18 +0000)
committerAlan Mackenzie <acm@muc.de>
Thu, 24 Sep 2009 20:18:56 +0000 (20:18 +0000)
lisp/ChangeLog

index 0418b72898d3cc928e9d9e895fabcc722778e9bb..6d1d6dd6576785170e47f42ea85c1f7cb4511b5f 100644 (file)
@@ -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.