]> git.eshelyaron.com Git - emacs.git/commit
Add eassert check for bad default face
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 23 Nov 2019 23:47:28 +0000 (15:47 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 23 Nov 2019 23:48:46 +0000 (15:48 -0800)
commit5a3e96b17c2a948ac952295962dc6e281ec5cad5
treed79ea5d1d2d06ddabd604207917d70b30866b30e
parent603a7c8a84a282e8610b5a5a842e5ba235d3b546
Add eassert check for bad default face

* src/xdisp.c (append_space_for_newline): Add an eassert check
that default_face is not null, by calling FACE_FROM_ID instead of
FACE_FROM_ID_OR_NULL.  Initialize a local only if needed.
src/xdisp.c