summaryrefslogtreecommitdiff
path: root/src/xselect.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-07-10 08:45:24 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-07-10 08:45:24 +0000
commit331379bfa7599889e6fab3186607daaf8673cf72 (patch)
treec18efd0df0e9d2cccd4aa04b03f25b41ceaeccb9 /src/xselect.c
parentc929397dc14a09333984e0e21f5197bb62b33a68 (diff)
downloademacs-331379bfa7599889e6fab3186607daaf8673cf72.tar.gz
Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
Diffstat (limited to 'src/xselect.c')
-rw-r--r--src/xselect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xselect.c b/src/xselect.c
index efeaf89efa5..2da3eddfc91 100644
--- a/src/xselect.c
+++ b/src/xselect.c
@@ -786,7 +786,7 @@ x_handle_selection_request (event)
}
x_selection_current_request = event;
- count = BINDING_STACK_SIZE ();
+ count = SPECPDL_INDEX ();
selection_request_dpyinfo = dpyinfo;
record_unwind_protect (x_selection_request_lisp_error, Qnil);