From 8fa97db1f30b75da4890936ffa5fe7e04def7ef7 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 27 Aug 2008 23:12:20 +0000 Subject: [PATCH] * indent.c (Fvertical_motion): Revert last change. Handle the general case where we are moving forward, and PT spans multiple screen lines. --- src/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.39.5