diff options
| author | Eli Zaretskii | 2011-11-12 12:09:38 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-11-12 12:09:38 +0200 |
| commit | 1e5b2111b6ebfa6f8e244add939de453e9feafe6 (patch) | |
| tree | 3017807f69469c1bfdf3b2fc0ce4181648ffa60c /src/ChangeLog | |
| parent | 89d612214e95564c06c775189f8994001e3e1c06 (diff) | |
| download | emacs-1e5b2111b6ebfa6f8e244add939de453e9feafe6.tar.gz emacs-1e5b2111b6ebfa6f8e244add939de453e9feafe6.zip | |
dispnew.c (scrolling_window): Fix index usage.
src/dispnew.c (scrolling_window): Fix incorrect indices in accessing
current_matrix and desired_matrix. (Bug#9990)
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 12c09935328..71c2ff3131e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-11-12 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * dispnew.c (scrolling_window): Fix incorrect indices in accessing | ||
| 4 | current_matrix and desired_matrix. (Bug#9990) | ||
| 5 | |||
| 1 | 2011-11-12 Martin Rudalics <rudalics@gmx.at> | 6 | 2011-11-12 Martin Rudalics <rudalics@gmx.at> |
| 2 | 7 | ||
| 3 | * window.h (window): Remove splits slot. | 8 | * window.h (window): Remove splits slot. |