Verify that Qnil is zero before relying on that in redisplay.
commitfb6462f056f616f3da8ae18037c7c2137fecb6fd
authorEli Zaretskii <eliz@gnu.org>
Mon, 19 Jan 2015 17:22:17 +0000 (19 19:22 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 19 Jan 2015 17:22:17 +0000 (19 19:22 +0200)
treeaf4949972ab842afa583e8e81613543726e7cf19
parent39585cfd844003df47a554894dfa38573da1203c
Verify that Qnil is zero before relying on that in redisplay.

 src/dispnew.c (adjust_glyph_matrix, realloc_glyph_pool): Verify that
 Qnil is represented as zero, before using that to initialize parts
 of the glyph structure.
 src/xdisp.c (init_iterator): Verify that Qnil is represented as
 zero, before using that to initialize parts of the iterator
 structure.
src/ChangeLog
src/dispnew.c
src/xdisp.c