aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 43d5caa4eaf..ec432468cc2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12008-08-27 Chong Yidong <cyd@stupidchicken.com> 12008-08-27 Chong Yidong <cyd@stupidchicken.com>
2 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.
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.