aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab1998-04-14 10:20:03 +0000
committerAndreas Schwab1998-04-14 10:20:03 +0000
commite9cea9474c2538505470619801a3d8a7db904d14 (patch)
tree0311cc343405ccea6388dcfe49eeca26b2ce16b3 /src
parent86e4f7c080138dce0a40b7f5ce39ec02b0f2dedb (diff)
downloademacs-e9cea9474c2538505470619801a3d8a7db904d14.tar.gz
emacs-e9cea9474c2538505470619801a3d8a7db904d14.zip
(Finsert_file_contents): Call adjust_after_insert also
in unibyte mode.
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c3
1 files changed, 3 insertions, 0 deletions
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\
3803 PT + inserted_byte, PT_BYTE + inserted_byte, 3803 PT + inserted_byte, PT_BYTE + inserted_byte,
3804 inserted); 3804 inserted);
3805 } 3805 }
3806 else
3807 adjust_after_insert (PT, PT_BYTE, PT + inserted, PT_BYTE + inserted,
3808 inserted);
3806 3809
3807#ifdef DOS_NT 3810#ifdef DOS_NT
3808 /* Use the conversion type to determine buffer-file-type 3811 /* Use the conversion type to determine buffer-file-type