diff options
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 55f9a5c641b..ead50fa0517 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | * xdisp.c (reconsider_clip_changes): Remove prototype, drop 2nd arg | 36 | * xdisp.c (reconsider_clip_changes): Remove prototype, drop 2nd arg |
| 37 | and always assume window's buffer. | 37 | and always assume window's buffer. |
| 38 | (redisplay_window): Adjust user. | 38 | (redisplay_window): Adjust user. |
| 39 | (redisplay_internal): Call to reconsider_clip_change once and | 39 | (redisplay_internal): Call to reconsider_clip_changes once and |
| 40 | check whether mode line should be updated only if selected window | 40 | check whether mode line should be updated only if selected window |
| 41 | shows current buffer. | 41 | shows current buffer. |
| 42 | (run_window_scroll_functions): Use eassert for debugging check. | 42 | (run_window_scroll_functions): Use eassert for debugging check. |