diff src/insdel.c @ 46293:1fb8f75062c6

Use macro SPECPDL_INDEX.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 11 Jul 2002 14:18:02 +0000
parents e70fd49212a0
children 40db0673e6f0
line wrap: on
line diff
--- a/src/insdel.c	Wed Jul 10 11:08:01 2002 +0000
+++ b/src/insdel.c	Thu Jul 11 14:18:02 2002 +0000
@@ -2205,7 +2205,7 @@
        doc: /* This function is for use internally in `combine-after-change-calls'.  */)
      ()
 {
-  int count = specpdl_ptr - specpdl;
+  int count = SPECPDL_INDEX ();
   int beg, end, change;
   int begpos, endpos;
   Lisp_Object tail;