diff options
| author | Eli Zaretskii | 2014-05-21 18:03:18 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-05-21 18:03:18 +0300 |
| commit | 5e2e0fa4565f2496fa5db299e30d6b08088cedde (patch) | |
| tree | 612a948dd9bade3ebc387ede58da61807bcf1a97 /src/ChangeLog | |
| parent | b0df8b953533b67ffba27879b64faab65c7642a6 (diff) | |
| download | emacs-5e2e0fa4565f2496fa5db299e30d6b08088cedde.tar.gz emacs-5e2e0fa4565f2496fa5db299e30d6b08088cedde.zip | |
Fix bug #17539 with infinite recursion during scroll commands.
src/xdisp.c (move_it_in_display_line_to): Avoid infinite recursion:
when closest_pos is identical to to_charpos, don't recurse, since
we already tried that, and failed.
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 cb54bbd0e70..1e6bdcb4999 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-05-21 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (move_it_in_display_line_to): Avoid infinite recursion: | ||
| 4 | when closest_pos is identical to to_charpos, don't recurse, since | ||
| 5 | we already tried that, and failed. (Bug#17539) | ||
| 6 | |||
| 1 | 2014-05-20 Eli Zaretskii <eliz@gnu.org> | 7 | 2014-05-20 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: If we are | 9 | * w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: If we are |