From f5c7718e0e096bd2e2fbe30ea4f5f2afeac252c4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 5 May 1997 19:14:27 +0000 Subject: [PATCH] (x_reply_selection_request): Delete the inner unbind_to call, since x_uncatch_errors does the job. --- src/xselect.c | 3 --- 1 file changed, 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) /* Send an INCR selection. */ struct prop_location *wait_object; int had_errors; - int count = specpdl_ptr - specpdl; Lisp_Object frame; frame = some_frame_on_display (dpyinfo); @@ -633,8 +632,6 @@ x_reply_selection_request (event, format, data, size, type) XChangeProperty (display, window, reply.property, type, format, PropModeReplace, data, 0); - - unbind_to (count, Qnil); } XFlush (display); -- 2.39.5