diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c index b6458f284f9..5afd7b6050e 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -6001,8 +6001,8 @@ run_pre_post_conversion_on_str (str, coding, encodep) | |||
| 6001 | buf->read_only = Qnil; | 6001 | buf->read_only = Qnil; |
| 6002 | buf->filename = Qnil; | 6002 | buf->filename = Qnil; |
| 6003 | buf->undo_list = Qt; | 6003 | buf->undo_list = Qt; |
| 6004 | buf->overlays_before = Qnil; | 6004 | buf->overlays_before = NULL; |
| 6005 | buf->overlays_after = Qnil; | 6005 | buf->overlays_after = NULL; |
| 6006 | 6006 | ||
| 6007 | set_buffer_internal (buf); | 6007 | set_buffer_internal (buf); |
| 6008 | /* We must insert the contents of STR as is without | 6008 | /* We must insert the contents of STR as is without |