mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
Merge branch 'master' into feature/igc
This commit is contained in:
commit
8ece02f9f0
228 changed files with 5033 additions and 2310 deletions
|
|
@ -7898,6 +7898,8 @@ code_conversion_save (bool with_work_buf, bool multibyte)
|
|||
bset_enable_multibyte_characters (current_buffer, multibyte ? Qt : Qnil);
|
||||
if (EQ (workbuf, Vcode_conversion_reused_workbuf))
|
||||
reused_workbuf_in_use = true;
|
||||
/* FIXME: Maybe we should stay in the new workbuf, because we often
|
||||
switch right back to it anyway in order to initialize it further. */
|
||||
set_buffer_internal (current);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue