From: Richard M. Stallman Date: Thu, 1 May 1997 21:35:31 +0000 (+0000) Subject: (x_reply_selection_request): Fix previous change. X-Git-Tag: emacs-20.1~2331 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad7f9d12c829c73228a7f961ebe02d2274e1410d;p=emacs.git (x_reply_selection_request): Fix previous change. --- diff --git a/src/xselect.c b/src/xselect.c index 2a94e2a7cde..81cce31abad 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -529,7 +529,7 @@ x_reply_selection_request (event, format, data, size, type) /* #### XChangeProperty can generate BadAlloc, and we must handle it! */ BLOCK_INPUT; - x_catch_errors (display, count); + count = x_catch_errors (display); /* Store the data on the requested property. If the selection is large, only store the first N bytes of it.