Mercurial > emacs
diff src/coding.c @ 46293:1fb8f75062c6
Use macro SPECPDL_INDEX.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Thu, 11 Jul 2002 14:18:02 +0000 |
| parents | 5d6d01bbbe87 |
| children | 40db0673e6f0 |
line wrap: on
line diff
--- a/src/coding.c Wed Jul 10 11:08:01 2002 +0000 +++ b/src/coding.c Thu Jul 11 14:18:02 2002 +0000 @@ -5804,7 +5804,7 @@ struct coding_system *coding; int encodep; { - int count = specpdl_ptr - specpdl; + int count = SPECPDL_INDEX (); struct gcpro gcpro1; int multibyte = STRING_MULTIBYTE (str); Lisp_Object buffer;
