diff options
Diffstat (limited to 'src/w16select.c')
| -rw-r--r-- | src/w16select.c | 5 |
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); | |||
| 65 | unsigned close_clipboard (void); | 65 | unsigned close_clipboard (void); |
| 66 | unsigned clipboard_compact (unsigned); | 66 | unsigned clipboard_compact (unsigned); |
| 67 | 67 | ||
| 68 | Lisp_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. */ |
| 72 | static struct { | 70 | static struct { |
| @@ -719,8 +717,7 @@ variable is set, it is used for the next communication only. | |||
| 719 | After the communication, this variable is set to nil. */); | 717 | After 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 */ |