diff options
| -rw-r--r-- | lisp/ChangeLog | 3 |
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 | ||
| 16 | 2008-12-30 Andreas Schwab <schwab@suse.de> | 17 | 2008-12-30 Andreas Schwab <schwab@suse.de> |
| 17 | 18 | ||