diff options
| author | Dmitry Antipov | 2013-08-14 11:25:45 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-08-14 11:25:45 +0400 |
| commit | 94a4e898b6cbf8375aa8eddb07a7d63a62b55e15 (patch) | |
| tree | c7b43bf83b5d5a6d0aa24851ee5c0ec2dc8b1ab4 /src/ChangeLog | |
| parent | aab1fcdf812a7ebd32b8312c05ffcdd1bf610d2b (diff) | |
| download | emacs-94a4e898b6cbf8375aa8eddb07a7d63a62b55e15.tar.gz emacs-94a4e898b6cbf8375aa8eddb07a7d63a62b55e15.zip | |
* xdisp.c (redisplay_window): If window_end_valid is cleared due to
non-zero windows_or_buffers_changed, clear current_matrix_up_to_date_p
and so do not call to try_cursor_movement for that window.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a120cf1b182..c8a1de49d68 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -10,6 +10,9 @@ | |||
| 10 | 10 | ||
| 11 | * xdisp.c (adjust_window_ends): Move duplicated code to new function. | 11 | * xdisp.c (adjust_window_ends): Move duplicated code to new function. |
| 12 | (try_window, try_window_reusing_current_matrix, try_window_id): Use it. | 12 | (try_window, try_window_reusing_current_matrix, try_window_id): Use it. |
| 13 | (redisplay_window): If window_end_valid is cleared due to non-zero | ||
| 14 | windows_or_buffers_changed, clear current_matrix_up_to_date_p and | ||
| 15 | so do not call to try_cursor_movement for that window. | ||
| 13 | 16 | ||
| 14 | 2013-08-14 Dmitry Antipov <dmantipov@yandex.ru> | 17 | 2013-08-14 Dmitry Antipov <dmantipov@yandex.ru> |
| 15 | 18 | ||