diff options
| author | Eli Zaretskii | 2011-09-14 01:20:23 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2011-09-14 01:20:23 -0400 |
| commit | 46888499da0bb61ce47d339275d5a0c757a02eb2 (patch) | |
| tree | 3311aebfd309bff4829000c1d9426f79abd17733 /src/ChangeLog | |
| parent | 4d61f28dcc05c0c8ce8021f720fba58e21fd1162 (diff) | |
| download | emacs-46888499da0bb61ce47d339275d5a0c757a02eb2.tar.gz emacs-46888499da0bb61ce47d339275d5a0c757a02eb2.zip | |
xdisp.c (try_window_reusing_current_matrix): Fix incorrect computation of loop end.
src/xdisp.c (try_window_reusing_current_matrix): Fix incorrect
computation of loop end. Reported by Johan Bockgård <bojohan@gnu.org>.
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 9e04455102d..9f8361153a1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-09-14 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (try_window_reusing_current_matrix): Fix incorrect | ||
| 4 | computation of loop end. Reported by Johan Bockgård | ||
| 5 | <bojohan@gnu.org>. | ||
| 6 | |||
| 1 | 2011-09-13 Chong Yidong <cyd@stupidchicken.com> | 7 | 2011-09-13 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 8 | ||
| 3 | * frame.c (Fother_visible_frames_p): Function deleted. | 9 | * frame.c (Fother_visible_frames_p): Function deleted. |