aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c
index 8dcc4013c1d..e779197bbde 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -7791,7 +7791,7 @@ make_conversion_work_buffer (bool multibyte)
7791} 7791}
7792 7792
7793 7793
7794static Lisp_Object 7794static void
7795code_conversion_restore (Lisp_Object arg) 7795code_conversion_restore (Lisp_Object arg)
7796{ 7796{
7797 Lisp_Object current, workbuf; 7797 Lisp_Object current, workbuf;
@@ -7809,7 +7809,6 @@ code_conversion_restore (Lisp_Object arg)
7809 } 7809 }
7810 set_buffer_internal (XBUFFER (current)); 7810 set_buffer_internal (XBUFFER (current));
7811 UNGCPRO; 7811 UNGCPRO;
7812 return Qnil;
7813} 7812}
7814 7813
7815Lisp_Object 7814Lisp_Object