]> git.eshelyaron.com Git - emacs.git/commitdiff
* indent.c (Fvertical_motion): Revert last change. Handle the general
authorChong Yidong <cyd@stupidchicken.com>
Wed, 27 Aug 2008 23:12:20 +0000 (23:12 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 27 Aug 2008 23:12:20 +0000 (23:12 +0000)
case where we are moving forward, and PT spans multiple screen lines.

src/ChangeLog

index 43d5caa4eaff901becc921578404299485027651..ec432468cc262f020526f4737c802dfe4fed66ff 100644 (file)
@@ -1,5 +1,9 @@
 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
 
+       * indent.c (Fvertical_motion): Revert last change.  Handle the
+       general case where we are moving forward, and PT spans multiple
+       screen lines.
+
        * eval.c (find_handler_clause): Temporarily increase
        max-lisp-eval-depth while printing the backtrace buffer, to
        guarantee that help-mode code can run.