diff src/fileio.c @ 707:a307f9a2021d

[xemacs-hg @ 2001-12-20 05:49:28 by andyp] sync with 21-4-6-windows
author andyp
date Thu, 20 Dec 2001 05:49:48 +0000
parents fdefd0186b75
children 358bd84dc7ff
line wrap: on
line diff
--- a/src/fileio.c	Wed Dec 19 00:40:26 2001 +0000
+++ b/src/fileio.c	Thu Dec 20 05:49:48 2001 +0000
@@ -3789,8 +3789,8 @@
   return
     /* !!#### need to deal with this 'escape-quoted everywhere */
     Fwrite_region_internal (Qnil, Qnil, a, Qnil, Qlambda, Qnil,
-#ifdef MULE
-			    Qescape_quoted
+#ifdef FILE_CODING
+			    current_buffer->buffer_file_coding_system
 #else
 			    Qnil
 #endif