]> code.delx.au - gnu-emacs/commitdiff
(Finsert_file_contents): Even if INSERTED is zero, if
authorKenichi Handa <handa@m17n.org>
Tue, 15 Dec 1998 04:35:38 +0000 (04:35 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 15 Dec 1998 04:35:38 +0000 (04:35 +0000)
CODING is handled by CCL program, call code_convert_region.

src/fileio.c

index 4e6b620e32427c6cf8b4a723d341e418ce29cfbd..7fe5b002bbe1e6b8c19e283d78e60a326a0f311d 100644 (file)
@@ -4075,7 +4075,7 @@ actually used.")
        setup_raw_text_coding_system (&coding);
     }
 
-  if (inserted > 0)
+  if (inserted > 0 || coding.type == coding_type_ccl)
     {
       if (CODING_MAY_REQUIRE_DECODING (&coding))
        {