diff options
| author | Eli Zaretskii | 2011-04-11 19:39:09 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-04-11 19:39:09 +0300 |
| commit | e896f03ce08aef5fbd6b4d8de84f79a157f1422f (patch) | |
| tree | 728864170a773fbf0d5395bde8f978ffd933ab80 /src/ChangeLog | |
| parent | 8d8af66d43c24a6c014e8f30c16ed34544b30981 (diff) | |
| parent | 11997c7643812a3a6f95da1c65c46d1c0307e2a7 (diff) | |
| download | emacs-e896f03ce08aef5fbd6b4d8de84f79a157f1422f.tar.gz emacs-e896f03ce08aef5fbd6b4d8de84f79a157f1422f.zip | |
Fix bug #8468 with redisplay and scroll-margin > 0.
src/xdisp.c (redisplay_window): Don't try to determine the character
position of the scroll margin if the window start point w->startp
is outside the buffer's accessible region.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 242752cd777..6e54c45453c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-04-11 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (redisplay_window): Don't try to determine the character | ||
| 4 | position of the scroll margin if the window start point w->startp | ||
| 5 | is outside the buffer's accessible region. (Bug#8468) | ||
| 6 | |||
| 1 | 2011-04-10 Eli Zaretskii <eliz@gnu.org> | 7 | 2011-04-10 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | Fix write-region and its subroutines for buffers > 2GB. | 9 | Fix write-region and its subroutines for buffers > 2GB. |