From: Chong Yidong Date: Wed, 27 Aug 2008 23:12:20 +0000 (+0000) Subject: * indent.c (Fvertical_motion): Revert last change. Handle the general X-Git-Tag: emacs-pretest-23.0.90~3218 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8fa97db1f30b75da4890936ffa5fe7e04def7ef7;p=emacs.git * indent.c (Fvertical_motion): Revert last change. Handle the general case where we are moving forward, and PT spans multiple screen lines. --- diff --git a/src/ChangeLog b/src/ChangeLog index 43d5caa4eaf..ec432468cc2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.