Fix minor bugs with printing null bytes
commit97bf923892a781b71442562510c9ef8492eb1dfe
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 20 Jan 2015 04:28:51 +0000 (19 20:28 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 20 Jan 2015 04:29:26 +0000 (19 20:29 -0800)
tree26b7237240c3cd002389809841dce2642c5f0fe3
parent3ca37be9e754ca7e593736a31f0124722011d900
Fix minor bugs with printing null bytes

* minibuf.c (read_minibuf_noninteractive):
* xdisp.c (Ftrace_to_stderr) [GLYPH_DEBUG]:
Work even if the Lisp string contains a null byte.
src/ChangeLog
src/minibuf.c
src/xdisp.c