changeset 97780:0ad50f1c1e6b

* indent.c (Fvertical_motion): Revert last change. Handle the general case where we are moving forward, and PT spans multiple screen lines.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 27 Aug 2008 23:12:20 +0000
parents e1112a954683
children 8ff0a4ca5511
files src/ChangeLog
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Aug 27 21:47:39 2008 +0000
+++ b/src/ChangeLog	Wed Aug 27 23:12:20 2008 +0000
@@ -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.