diff options
| -rw-r--r-- | src/xselect.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xselect.c b/src/xselect.c index 81cce31abad..8a8bf362dc8 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -551,7 +551,6 @@ x_reply_selection_request (event, format, data, size, type) | |||
| 551 | /* Send an INCR selection. */ | 551 | /* Send an INCR selection. */ |
| 552 | struct prop_location *wait_object; | 552 | struct prop_location *wait_object; |
| 553 | int had_errors; | 553 | int had_errors; |
| 554 | int count = specpdl_ptr - specpdl; | ||
| 555 | Lisp_Object frame; | 554 | Lisp_Object frame; |
| 556 | 555 | ||
| 557 | frame = some_frame_on_display (dpyinfo); | 556 | frame = some_frame_on_display (dpyinfo); |
| @@ -633,8 +632,6 @@ x_reply_selection_request (event, format, data, size, type) | |||
| 633 | 632 | ||
| 634 | XChangeProperty (display, window, reply.property, type, format, | 633 | XChangeProperty (display, window, reply.property, type, format, |
| 635 | PropModeReplace, data, 0); | 634 | PropModeReplace, data, 0); |
| 636 | |||
| 637 | unbind_to (count, Qnil); | ||
| 638 | } | 635 | } |
| 639 | 636 | ||
| 640 | XFlush (display); | 637 | XFlush (display); |