# HG changeset patch # User Chong Yidong # Date 1219878740 0 # Node ID 0ad50f1c1e6b1f0d6f07a018fae9c04bcf0062c0 # Parent e1112a954683c0f38cfbeea8f722cac526742a45 * indent.c (Fvertical_motion): Revert last change. Handle the general case where we are moving forward, and PT spans multiple screen lines. diff -r e1112a954683 -r 0ad50f1c1e6b src/ChangeLog --- 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 + * 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.