]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_reply_selection_request): Delete the inner
authorRichard M. Stallman <rms@gnu.org>
Mon, 5 May 1997 19:14:27 +0000 (19:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 5 May 1997 19:14:27 +0000 (19:14 +0000)
unbind_to call, since x_uncatch_errors does the job.

src/xselect.c

index 81cce31abad72ea55ae8d0e9564704b6a2d3a6c9..8a8bf362dc8c04c30947a45f9b51169c5509a0a4 100644 (file)
@@ -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);