diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/coding.c b/src/coding.c index b0bd5d3a9ab..63b0dbeb18b 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -7898,6 +7898,8 @@ code_conversion_save (bool with_work_buf, bool multibyte) | |||
| 7898 | bset_enable_multibyte_characters (current_buffer, multibyte ? Qt : Qnil); | 7898 | bset_enable_multibyte_characters (current_buffer, multibyte ? Qt : Qnil); |
| 7899 | if (EQ (workbuf, Vcode_conversion_reused_workbuf)) | 7899 | if (EQ (workbuf, Vcode_conversion_reused_workbuf)) |
| 7900 | reused_workbuf_in_use = true; | 7900 | reused_workbuf_in_use = true; |
| 7901 | /* FIXME: Maybe we should stay in the new workbuf, because we often | ||
| 7902 | switch right back to it anyway in order to initialize it further. */ | ||
| 7901 | set_buffer_internal (current); | 7903 | set_buffer_internal (current); |
| 7902 | } | 7904 | } |
| 7903 | 7905 | ||