From: Po Lu Date: Thu, 1 Dec 2022 06:47:18 +0000 (+0800) Subject: ; * src/xselect.c (syms_of_xselect_for_pdumper): Fix last change. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a5ee3356d21f271e91ca95b1625fa02e1a6957e;p=emacs.git ; * src/xselect.c (syms_of_xselect_for_pdumper): Fix last change. Author: --- 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. */); 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;