comparison src/ChangeLog @ 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 88a8ab97052b
children f87928e4f5ba
comparison
equal deleted inserted replaced
97779:e1112a954683 97780:0ad50f1c1e6b
1 2008-08-27 Chong Yidong <cyd@stupidchicken.com> 1 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
2
3 * indent.c (Fvertical_motion): Revert last change. Handle the
4 general case where we are moving forward, and PT spans multiple
5 screen lines.
2 6
3 * eval.c (find_handler_clause): Temporarily increase 7 * eval.c (find_handler_clause): Temporarily increase
4 max-lisp-eval-depth while printing the backtrace buffer, to 8 max-lisp-eval-depth while printing the backtrace buffer, to
5 guarantee that help-mode code can run. 9 guarantee that help-mode code can run.
6 10