# HG changeset patch # User Kenichi Handa # Date 885435335 0 # Node ID 2e68ae1d192849f91f8b0d8087187a50fd58a6e3 # Parent 63a3f7a57627d0285d5f4b92ab56e78f557544b7 (Finsert_file_contents): Fix previous change. diff -r 63a3f7a57627 -r 2e68ae1d1928 src/fileio.c --- a/src/fileio.c Thu Jan 22 01:48:25 1998 +0000 +++ b/src/fileio.c Thu Jan 22 02:15:35 1998 +0000 @@ -3780,10 +3780,10 @@ current_buffer->buffer_file_type = Qt; #endif - record_insert (PT, inserted_chars); + record_insert (PT, inserted); /* Only defined if Emacs is compiled with USE_TEXT_PROPERTIES */ - offset_intervals (current_buffer, PT, inserted_chars); + offset_intervals (current_buffer, PT, inserted); MODIFF++; if (! NILP (coding.post_read_conversion))