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, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index d9fcc634b77..212eb8275fe 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -7588,7 +7588,7 @@ code_conversion_restore (Lisp_Object arg)
7588 { 7588 {
7589 if (EQ (workbuf, Vcode_conversion_reused_workbuf)) 7589 if (EQ (workbuf, Vcode_conversion_reused_workbuf))
7590 reused_workbuf_in_use = 0; 7590 reused_workbuf_in_use = 0;
7591 else if (! NILP (Fbuffer_live_p (workbuf))) 7591 else
7592 Fkill_buffer (workbuf); 7592 Fkill_buffer (workbuf);
7593 } 7593 }
7594 set_buffer_internal (XBUFFER (current)); 7594 set_buffer_internal (XBUFFER (current));