1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-04 20:27:45 +00:00

(x_reply_selection_request): Fix previous change.

This commit is contained in:
Richard M. Stallman 1997-05-01 21:35:31 +00:00
parent f8496faab6
commit ad7f9d12c8

View File

@ -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.