(Finsert_file_contents): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Thu, 22 Jan 1998 02:15:35 +0000 (02:15 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 22 Jan 1998 02:15:35 +0000 (02:15 +0000)
src/fileio.c

index 5bde062..49d7de5 100644 (file)
@@ -3780,10 +3780,10 @@ This does code conversion according to the value of\n\
        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))