diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 3 |
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 | ||
| 7794 | static Lisp_Object | 7794 | static void |
| 7795 | code_conversion_restore (Lisp_Object arg) | 7795 | code_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 | ||
| 7815 | Lisp_Object | 7814 | Lisp_Object |