changeset 20748:2e68ae1d1928

(Finsert_file_contents): Fix previous change.
author Kenichi Handa <handa@m17n.org>
date Thu, 22 Jan 1998 02:15:35 +0000
parents 63a3f7a57627
children e87544dbfacb
files src/fileio.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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))