comparison 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
comparison
equal deleted inserted replaced
706:c9bf82d465b5 707:a307f9a2021d
3787 auto_save_mode_bits = 0600; 3787 auto_save_mode_bits = 0600;
3788 3788
3789 return 3789 return
3790 /* !!#### need to deal with this 'escape-quoted everywhere */ 3790 /* !!#### need to deal with this 'escape-quoted everywhere */
3791 Fwrite_region_internal (Qnil, Qnil, a, Qnil, Qlambda, Qnil, 3791 Fwrite_region_internal (Qnil, Qnil, a, Qnil, Qlambda, Qnil,
3792 #ifdef MULE 3792 #ifdef FILE_CODING
3793 Qescape_quoted 3793 current_buffer->buffer_file_coding_system
3794 #else 3794 #else
3795 Qnil 3795 Qnil
3796 #endif 3796 #endif
3797 ); 3797 );
3798 } 3798 }