diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 0c4f20f1253..af23b636764 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -5804,7 +5804,7 @@ run_pre_post_conversion_on_str (str, coding, encodep) | |||
| 5804 | struct coding_system *coding; | 5804 | struct coding_system *coding; |
| 5805 | int encodep; | 5805 | int encodep; |
| 5806 | { | 5806 | { |
| 5807 | int count = specpdl_ptr - specpdl; | 5807 | int count = SPECPDL_INDEX (); |
| 5808 | struct gcpro gcpro1; | 5808 | struct gcpro gcpro1; |
| 5809 | int multibyte = STRING_MULTIBYTE (str); | 5809 | int multibyte = STRING_MULTIBYTE (str); |
| 5810 | Lisp_Object buffer; | 5810 | Lisp_Object buffer; |