(Finsert_file_contents): Call adjust_after_insert also
authorAndreas Schwab <schwab@suse.de>
Tue, 14 Apr 1998 10:20:03 +0000 (10:20 +0000)
committerAndreas Schwab <schwab@suse.de>
Tue, 14 Apr 1998 10:20:03 +0000 (10:20 +0000)
in unibyte mode.

src/fileio.c

index 9b2fe64..07bc433 100644 (file)
@@ -3803,6 +3803,9 @@ This does code conversion according to the value of\n\
                               PT + inserted_byte, PT_BYTE + inserted_byte,
                               inserted);
        }
+      else
+       adjust_after_insert (PT, PT_BYTE, PT + inserted, PT_BYTE + inserted,
+                            inserted);
 
 #ifdef DOS_NT
       /* Use the conversion type to determine buffer-file-type