summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-05-05 19:14:27 +0000
committerRichard M. Stallman <rms@gnu.org>1997-05-05 19:14:27 +0000
commitd69b1e9d98fbeeea16a66afaf124630a4b033647 (patch)
tree6eed1b42a37f3b3990d8af3820031018411ea231
parent5437d732b4bdf92e128ce532800d76abce547ef1 (diff)
downloademacs-d69b1e9d98fbeeea16a66afaf124630a4b033647.tar.gz
(x_reply_selection_request): Delete the inner
unbind_to call, since x_uncatch_errors does the job.
-rw-r--r--src/xselect.c3
1 files changed, 0 insertions, 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);