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:
parent
f8496faab6
commit
ad7f9d12c8
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user