Mercurial > emacs
diff src/xselect.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 | 5be0ff42cd30 |
children | 1fb8f75062c6 |
line wrap: on
line diff
--- a/src/xselect.c Wed Jul 10 08:41:28 2002 +0000 +++ b/src/xselect.c Wed Jul 10 08:45:24 2002 +0000 @@ -786,7 +786,7 @@ } 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);