aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2002-07-10 08:45:24 +0000
committerJuanma Barranquero <[email protected]>2002-07-10 08:45:24 +0000
commit331379bfa7599889e6fab3186607daaf8673cf72 (patch)
treec18efd0df0e9d2cccd4aa04b03f25b41ceaeccb9 /src/frame.c
parentc929397dc14a09333984e0e21f5197bb62b33a68 (diff)
Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index 323e8e4e83..9c3ac13e3b 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -2162,7 +2162,7 @@ enabled such bindings for that variable with `make-variable-frame-local'. */)
{
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