From: Andreas Schwab Date: Tue, 14 Apr 1998 10:20:03 +0000 (+0000) Subject: (Finsert_file_contents): Call adjust_after_insert also X-Git-Tag: emacs-20.3~1571 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9cea9474c2538505470619801a3d8a7db904d14;p=emacs.git (Finsert_file_contents): Call adjust_after_insert also in unibyte mode. --- diff --git a/src/fileio.c b/src/fileio.c index 9b2fe645910..07bc4334ebd 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -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