Mercurial > emacs
diff src/xselect.c @ 17668:549a40f0cbe1
(x_reply_selection_request): Delete the inner
unbind_to call, since x_uncatch_errors does the job.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 05 May 1997 19:14:27 +0000 |
parents | da246ef7532c |
children | 4ebed8fa4fcb |
line wrap: on
line diff
--- a/src/xselect.c Mon May 05 17:54:28 1997 +0000 +++ b/src/xselect.c Mon May 05 19:14:27 1997 +0000 @@ -551,7 +551,6 @@ /* 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 @@ XChangeProperty (display, window, reply.property, type, format, PropModeReplace, data, 0); - - unbind_to (count, Qnil); } XFlush (display);