diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/xdisp.c | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a98c77f3902..a8b9c3bf1c6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2015-01-22 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (init_iterator): Restore a comment lost in transition. | ||
| 4 | |||
| 1 | 2015-01-22 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2015-01-22 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Use bool for boolean in xfont.c, xftfont.c, xgselect.c | 7 | Use bool for boolean in xfont.c, xftfont.c, xgselect.c |
diff --git a/src/xdisp.c b/src/xdisp.c index 280be6bd7a1..aec6741dbfc 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -2752,6 +2752,8 @@ init_iterator (struct it *it, struct window *w, | |||
| 2752 | row = MATRIX_HEADER_LINE_ROW (w->desired_matrix); | 2752 | row = MATRIX_HEADER_LINE_ROW (w->desired_matrix); |
| 2753 | } | 2753 | } |
| 2754 | 2754 | ||
| 2755 | /* Clear IT, and set it->object and other IT's Lisp objects to Qnil. | ||
| 2756 | Other parts of redisplay rely on that. */ | ||
| 2755 | memclear (it, sizeof *it); | 2757 | memclear (it, sizeof *it); |
| 2756 | it->current.overlay_string_index = -1; | 2758 | it->current.overlay_string_index = -1; |
| 2757 | it->current.dpvec_index = -1; | 2759 | it->current.dpvec_index = -1; |