Mercurial > hg > xemacs-beta
diff src/lstream.c @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | 4b173ad71786 |
line wrap: on
line diff
--- a/src/lstream.c Mon Aug 13 08:45:53 2007 +0200 +++ b/src/lstream.c Mon Aug 13 08:46:35 2007 +0200 @@ -1527,7 +1527,7 @@ Lisp_Object make_lisp_buffer_output_stream (struct buffer *buf, Bufpos pos, int flags) { - Lisp_Object lstr = make_lisp_buffer_stream_1 (buf, pos, 0, flags, "w"); + Lisp_Object lstr = make_lisp_buffer_stream_1 (buf, pos, 0, flags, "wc"); Lstream_set_character_mode (XLSTREAM (lstr)); return lstr;