aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2022-12-01 14:47:18 +0800
committerPo Lu2022-12-01 14:47:18 +0800
commit5a5ee3356d21f271e91ca95b1625fa02e1a6957e (patch)
tree1c9011d2d1f5a0e86b28eb32fefa0e19beea9872 /src
parent30cd8045d7bf6be772976f43891f9216182b552f (diff)
downloademacs-5a5ee3356d21f271e91ca95b1625fa02e1a6957e.tar.gz
emacs-5a5ee3356d21f271e91ca95b1625fa02e1a6957e.zip
; * src/xselect.c (syms_of_xselect_for_pdumper): Fix last change.
Author:
Diffstat (limited to 'src')
-rw-r--r--src/xselect.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xselect.c b/src/xselect.c
index c23cda1f66e..85dcfbc2462 100644
--- a/src/xselect.c
+++ b/src/xselect.c
@@ -3396,6 +3396,9 @@ Note that this does not affect setting or owning selections. */);
3396static void 3396static void
3397syms_of_xselect_for_pdumper (void) 3397syms_of_xselect_for_pdumper (void)
3398{ 3398{
3399 outstanding_transfers.next = &outstanding_transfers;
3400 outstanding_transfers.last = &outstanding_transfers;
3401
3399 reading_selection_window = 0; 3402 reading_selection_window = 0;
3400 reading_which_selection = 0; 3403 reading_which_selection = 0;
3401 property_change_wait_list = 0; 3404 property_change_wait_list = 0;