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:
parent
f10cbb4c17
commit
f5c7718e0e
1 changed files with 0 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue