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 b6299097d55..b0721cc22be 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -5371,7 +5371,7 @@ code_convert_region_unwind (arg)
5371 5371
5372 inhibit_pre_post_conversion = 0; 5372 inhibit_pre_post_conversion = 0;
5373 Vlast_coding_system_used = XCAR (arg); 5373 Vlast_coding_system_used = XCAR (arg);
5374 for (arg = XCDR (arg); ! NILP (arg); arg = XCDR (arg)) 5374 for (arg = XCDR (arg); CONSP (arg); arg = XCDR (arg))
5375 Fkill_buffer (XCAR (arg)); 5375 Fkill_buffer (XCAR (arg));
5376 5376
5377 UNGCPRO; 5377 UNGCPRO;