aboutsummaryrefslogtreecommitdiffstats
path: root/src/xselect.c
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-31 17:02:59 +0000
committerRichard M. Stallman1993-05-31 17:02:59 +0000
commitcf2d699cf70d3eaf396cb6029e90e2bcb26a7222 (patch)
treeddc6669b20943b160c4e315450c886d94014dccd /src/xselect.c
parent6998a3b451d1e6eb67b8bfd2cfa38eb288f42682 (diff)
downloademacs-cf2d699cf70d3eaf396cb6029e90e2bcb26a7222.tar.gz
emacs-cf2d699cf70d3eaf396cb6029e90e2bcb26a7222.zip
(x_reply_selection_request): Call XFlushQueue.
Diffstat (limited to 'src/xselect.c')
-rw-r--r--src/xselect.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xselect.c b/src/xselect.c
index d239893d3e8..293029a042f 100644
--- a/src/xselect.c
+++ b/src/xselect.c
@@ -544,6 +544,7 @@ x_reply_selection_request (event, format, data, size, type)
544 XChangeProperty (display, window, reply.property, type, format, 544 XChangeProperty (display, window, reply.property, type, format,
545 PropModeReplace, data, 0); 545 PropModeReplace, data, 0);
546 } 546 }
547 XFlushQueue ();
547 UNBLOCK_INPUT; 548 UNBLOCK_INPUT;
548} 549}
549 550