diff options
| author | Juanma Barranquero | 2002-07-11 14:18:02 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-07-11 14:18:02 +0000 |
| commit | aed13378308fae471bf2c11870a456e457166c31 (patch) | |
| tree | 89ee2f5aaffc88a04531e85b1c1da979f17483f2 /src/coding.c | |
| parent | e20b31732ad01d8de7605ea740525dedc3dbdb90 (diff) | |
| download | emacs-aed13378308fae471bf2c11870a456e457166c31.tar.gz emacs-aed13378308fae471bf2c11870a456e457166c31.zip | |
Use macro SPECPDL_INDEX.
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; |