From: Kenichi Handa Date: Thu, 22 Jan 1998 02:15:35 +0000 (+0000) Subject: (Finsert_file_contents): Fix previous change. X-Git-Tag: emacs-20.3~2326 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76b233658bb80688a4c1f8d208fc2a4a065ecab6;p=emacs.git (Finsert_file_contents): Fix previous change. --- diff --git a/src/fileio.c b/src/fileio.c index 5bde062e0ab..49d7de52bbe 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -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))