Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
46284:36c70758a8d7 | 46285:3f111801efb4 |
---|---|
784 x_decline_selection_request (event); | 784 x_decline_selection_request (event); |
785 goto DONE; | 785 goto DONE; |
786 } | 786 } |
787 | 787 |
788 x_selection_current_request = event; | 788 x_selection_current_request = event; |
789 count = BINDING_STACK_SIZE (); | 789 count = SPECPDL_INDEX (); |
790 selection_request_dpyinfo = dpyinfo; | 790 selection_request_dpyinfo = dpyinfo; |
791 record_unwind_protect (x_selection_request_lisp_error, Qnil); | 791 record_unwind_protect (x_selection_request_lisp_error, Qnil); |
792 | 792 |
793 target_symbol = x_atom_to_symbol (SELECTION_EVENT_DISPLAY (event), | 793 target_symbol = x_atom_to_symbol (SELECTION_EVENT_DISPLAY (event), |
794 SELECTION_EVENT_TARGET (event)); | 794 SELECTION_EVENT_TARGET (event)); |