Fix a gratuitous crash in emacs -nw with iso-safe terminal encoding.
authorEli Zaretskii <eliz@gnu.org>
Sat, 18 Jun 2011 14:33:14 +0000 (17:33 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 18 Jun 2011 14:33:14 +0000 (17:33 +0300)
commitca3122a07a44f375ef47dcec44b88b09dc981f47
treea726bbee4e1f98175672927ad3794a5feb7d1d3d
parentcc7245e4b5d277bff1cb5cf9af249955ff1f8e10
Fix a gratuitous crash in emacs -nw with iso-safe terminal encoding.

 src/term.c (produce_glyphs): Add IT_GLYPHLESS to the values of
 it->what accepted by the xassert.  Fixes a gratuitous crash in an
 Emacs built with -DXASSERTS.
src/ChangeLog
src/term.c