1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 20:50:52 -08:00

(x_reply_selection_request): Delete the inner

unbind_to call, since x_uncatch_errors does the job.
This commit is contained in:
Richard M. Stallman 1997-05-05 19:14:27 +00:00
parent f10cbb4c17
commit f5c7718e0e

View 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);