aboutsummaryrefslogtreecommitdiffstats
path: root/src/xselect.c
diff options
context:
space:
mode:
authorRichard M. Stallman1997-05-05 19:14:27 +0000
committerRichard M. Stallman1997-05-05 19:14:27 +0000
commitf5c7718e0e096bd2e2fbe30ea4f5f2afeac252c4 (patch)
tree7807ce3f41714369e8f41449e3c3c4d518b3e10e /src/xselect.c
parentf10cbb4c17759098122f4a7c129372e959f0c1e7 (diff)
downloademacs-f5c7718e0e096bd2e2fbe30ea4f5f2afeac252c4.tar.gz
emacs-f5c7718e0e096bd2e2fbe30ea4f5f2afeac252c4.zip
(x_reply_selection_request): Delete the inner
unbind_to call, since x_uncatch_errors does the job.
Diffstat (limited to 'src/xselect.c')
-rw-r--r--src/xselect.c3
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);