aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/coding.c b/src/coding.c
index 0c99054d47b..b521d100989 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -6040,6 +6040,8 @@ run_pre_post_conversion_on_str (str, coding, encodep)
6040 eassert (buf->overlays_after == NULL); 6040 eassert (buf->overlays_after == NULL);
6041 6041
6042 set_buffer_internal (buf); 6042 set_buffer_internal (buf);
6043 /* Don't let Ferase_buffer stumble due to text props. */
6044 specbind (Qinhibit_read_only, Qt);
6043 /* We must insert the contents of STR as is without 6045 /* We must insert the contents of STR as is without
6044 unibyte<->multibyte conversion. For that, we adjust the 6046 unibyte<->multibyte conversion. For that, we adjust the
6045 multibyteness of the working buffer to that of STR. */ 6047 multibyteness of the working buffer to that of STR. */