aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 69fcc63b727..66a41e92565 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -11,7 +11,8 @@
11 visibility, use window-start and window-end instead of the less 11 visibility, use window-start and window-end instead of the less
12 accurate follow-pos-visible. If the selected window is redrawn, 12 accurate follow-pos-visible. If the selected window is redrawn,
13 tell follow-redisplay to preserve it. 13 tell follow-redisplay to preserve it.
14 14 (follow-calculate-first-window-start-from-below): Avoid looping
15 forever if vertical-motion returns an unexpected value.
15 16
162008-12-30 Andreas Schwab <schwab@suse.de> 172008-12-30 Andreas Schwab <schwab@suse.de>
17 18