emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 5a5ee3356d: ; * src/xselect.c (syms_of_xselect_for_pdumper): Fix


From: Po Lu
Subject: master 5a5ee3356d: ; * src/xselect.c (syms_of_xselect_for_pdumper): Fix last change.
Date: Thu, 1 Dec 2022 01:47:38 -0500 (EST)

branch: master
commit 5a5ee3356d21f271e91ca95b1625fa02e1a6957e
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * src/xselect.c (syms_of_xselect_for_pdumper): Fix last change.
    
    Author:
---
 src/xselect.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/xselect.c b/src/xselect.c
index c23cda1f66..85dcfbc246 100644
--- a/src/xselect.c
+++ b/src/xselect.c
@@ -3396,6 +3396,9 @@ Note that this does not affect setting or owning 
selections.  */);
 static void
 syms_of_xselect_for_pdumper (void)
 {
+  outstanding_transfers.next = &outstanding_transfers;
+  outstanding_transfers.last = &outstanding_transfers;
+
   reading_selection_window = 0;
   reading_which_selection = 0;
   property_change_wait_list = 0;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]