comparison src/minibuf.c @ 404:2f8bb876ab1d r21-2-32

Import from CVS: tag r21-2-32
author cvs
date Mon, 13 Aug 2007 11:16:07 +0200
parents 74fd4e045ea6
children 697ef44129c6
comparison
equal deleted inserted replaced
403:9f011ab08d48 404:2f8bb876ab1d
680 no_restore ? Qt : Qnil); 680 no_restore ? Qt : Qnil);
681 } 681 }
682 else 682 else
683 { 683 {
684 write_string_to_stdio_stream (stderr, 0, (const Bufbyte *) "\n", 0, 1, 684 write_string_to_stdio_stream (stderr, 0, (const Bufbyte *) "\n", 0, 1,
685 Qterminal); 685 Qterminal, 0);
686 return Qnil; 686 return Qnil;
687 } 687 }
688 } 688 }
689 689
690 Lisp_Object 690 Lisp_Object
749 else 749 else
750 { 750 {
751 if (STRINGP (reloc)) 751 if (STRINGP (reloc))
752 nonreloc = XSTRING_DATA (reloc); 752 nonreloc = XSTRING_DATA (reloc);
753 write_string_to_stdio_stream (stderr, 0, nonreloc, offset, length, 753 write_string_to_stdio_stream (stderr, 0, nonreloc, offset, length,
754 Qterminal); 754 Qterminal, 0);
755 } 755 }
756 } 756 }
757 757
758 void 758 void
759 echo_area_message (struct frame *f, const Bufbyte *nonreloc, 759 echo_area_message (struct frame *f, const Bufbyte *nonreloc,