aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/xdisp.c2
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 @@
12015-01-22 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (init_iterator): Restore a comment lost in transition.
4
12015-01-22 Paul Eggert <eggert@cs.ucla.edu> 52015-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 bdfea1e1877..cd96e5916d5 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -2746,6 +2746,8 @@ init_iterator (struct it *it, struct window *w,
2746 row = MATRIX_HEADER_LINE_ROW (w->desired_matrix); 2746 row = MATRIX_HEADER_LINE_ROW (w->desired_matrix);
2747 } 2747 }
2748 2748
2749 /* Clear IT, and set it->object and other IT's Lisp objects to Qnil.
2750 Other parts of redisplay rely on that. */
2749 memclear (it, sizeof *it); 2751 memclear (it, sizeof *it);
2750 it->current.overlay_string_index = -1; 2752 it->current.overlay_string_index = -1;
2751 it->current.dpvec_index = -1; 2753 it->current.dpvec_index = -1;