diff src/frame.c @ 46285:3f111801efb4

Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 10 Jul 2002 08:45:24 +0000
parents 3988483dc2b7
children 40db0673e6f0
line wrap: on
line diff
--- a/src/frame.c	Wed Jul 10 08:41:28 2002 +0000
+++ b/src/frame.c	Wed Jul 10 08:45:24 2002 +0000
@@ -2162,7 +2162,7 @@
 {
   FRAME_PTR f;
   register Lisp_Object tail, prop, val;
-  int count = BINDING_STACK_SIZE ();
+  int count = SPECPDL_INDEX ();
 
   /* Bind this to t to inhibit initialization of the default face from
      X resources in face-set-after-frame-default.  If we don't inhibit