X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fminibuf.c;h=0c9d560a8ebcce27ee23569e349c61aaf8e568b9;hb=557a8105b1bfe98e9a52f16fc2d4b10107f66b19;hp=f18963695af06a9fa63bce5e6e8b9503ffa79b70;hpb=3e447015251ce6dcde843cbed10d9033d5538622;p=chise%2Fxemacs-chise.git diff --git a/src/minibuf.c b/src/minibuf.c index f189636..0c9d560 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -682,7 +682,7 @@ clear_echo_area_internal (struct frame *f, Lisp_Object label, int from_print, else { write_string_to_stdio_stream (stderr, 0, (const Bufbyte *) "\n", 0, 1, - Qterminal); + Qterminal, 0); return Qnil; } } @@ -751,7 +751,7 @@ echo_area_append (struct frame *f, const Bufbyte *nonreloc, Lisp_Object reloc, if (STRINGP (reloc)) nonreloc = XSTRING_DATA (reloc); write_string_to_stdio_stream (stderr, 0, nonreloc, offset, length, - Qterminal); + Qterminal, 0); } }