aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-05-01 21:35:31 +0000
committerRichard M. Stallman1997-05-01 21:35:31 +0000
commitad7f9d12c829c73228a7f961ebe02d2274e1410d (patch)
tree1ff106a82bb081c0f53ee45f1c510a8b2b7d650a /src
parentf8496faab640a7f290e0f64cd30bee60c2ed136d (diff)
downloademacs-ad7f9d12c829c73228a7f961ebe02d2274e1410d.tar.gz
emacs-ad7f9d12c829c73228a7f961ebe02d2274e1410d.zip
(x_reply_selection_request): Fix previous change.
Diffstat (limited to 'src')
-rw-r--r--src/xselect.c2
1 files changed, 1 insertions, 1 deletions
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)
529 529
530 /* #### XChangeProperty can generate BadAlloc, and we must handle it! */ 530 /* #### XChangeProperty can generate BadAlloc, and we must handle it! */
531 BLOCK_INPUT; 531 BLOCK_INPUT;
532 x_catch_errors (display, count); 532 count = x_catch_errors (display);
533 533
534 /* Store the data on the requested property. 534 /* Store the data on the requested property.
535 If the selection is large, only store the first N bytes of it. 535 If the selection is large, only store the first N bytes of it.