Mercurial > hg > xemacs-beta
diff src/event-stream.c @ 259:11cf20601dec r20-5b28
Import from CVS: tag r20-5b28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:23:02 +0200 |
parents | 677f6a0ee643 |
children | 727739f917cb |
line wrap: on
line diff
--- a/src/event-stream.c Mon Aug 13 10:22:10 2007 +0200 +++ b/src/event-stream.c Mon Aug 13 10:23:02 2007 +0200 @@ -90,9 +90,8 @@ #include "systime.h" /* to set Vlast_input_time */ #include "events-mod.h" - -#ifdef MULE -#include "mule-coding.h" +#ifdef FILE_CODING +#include "file-coding.h" #endif #include <errno.h> @@ -4817,7 +4816,7 @@ if (fd < 0) error ("Unable to create dribble file"); Vdribble_file = make_filedesc_output_stream (fd, 0, 0, LSTR_CLOSING); -#ifdef MULE +#ifdef FILE_CODING Vdribble_file = make_encoding_output_stream (XLSTREAM (Vdribble_file), Fget_coding_system (Qescape_quoted));