aboutsummaryrefslogtreecommitdiffstats
path: root/src/w16select.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w16select.c')
-rw-r--r--src/w16select.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/w16select.c b/src/w16select.c
index 434a5987893..208cfccf11a 100644
--- a/src/w16select.c
+++ b/src/w16select.c
@@ -65,8 +65,6 @@ unsigned get_clipboard_data (unsigned, void *, unsigned, int);
65unsigned close_clipboard (void); 65unsigned close_clipboard (void);
66unsigned clipboard_compact (unsigned); 66unsigned clipboard_compact (unsigned);
67 67
68Lisp_Object QCLIPBOARD, QPRIMARY;
69
70/* The segment address and the size of the buffer in low 68/* The segment address and the size of the buffer in low
71 memory used to move data between us and WinOldAp module. */ 69 memory used to move data between us and WinOldAp module. */
72static struct { 70static struct {
@@ -719,8 +717,7 @@ variable is set, it is used for the next communication only.
719After the communication, this variable is set to nil. */); 717After the communication, this variable is set to nil. */);
720 Vnext_selection_coding_system = Qnil; 718 Vnext_selection_coding_system = Qnil;
721 719
722 QPRIMARY = intern ("PRIMARY"); staticpro (&QPRIMARY); 720 DEFSYM (QCLIPBOARD, "CLIPBOARD");
723 QCLIPBOARD = intern ("CLIPBOARD"); staticpro (&QCLIPBOARD);
724} 721}
725 722
726#endif /* MSDOS */ 723#endif /* MSDOS */