aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32select.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32select.c')
-rw-r--r--src/w32select.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/w32select.c b/src/w32select.c
index b1419e52ac9..3c554c622ae 100644
--- a/src/w32select.c
+++ b/src/w32select.c
@@ -1,6 +1,6 @@
1/* Selection processing for Emacs on the Microsoft Windows API. 1/* Selection processing for Emacs on the Microsoft Windows API.
2 2
3Copyright (C) 1993-1994, 2001-2014 Free Software Foundation, Inc. 3Copyright (C) 1993-1994, 2001-2015 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
@@ -107,17 +107,11 @@ static Lisp_Object validate_coding_system (Lisp_Object coding_system);
107static void setup_windows_coding_system (Lisp_Object coding_system, 107static void setup_windows_coding_system (Lisp_Object coding_system,
108 struct coding_system * coding); 108 struct coding_system * coding);
109 109
110
111/* A remnant from X11: Symbol for the CLIPBORD selection type. Other
112 selections are not used on Windows, so we don't need symbols for
113 PRIMARY and SECONDARY. */
114Lisp_Object QCLIPBOARD;
115
116/* Internal pseudo-constants, initialized in globals_of_w32select() 110/* Internal pseudo-constants, initialized in globals_of_w32select()
117 based on current system parameters. */ 111 based on current system parameters. */
118static LCID DEFAULT_LCID; 112static LCID DEFAULT_LCID;
119static UINT ANSICP, OEMCP; 113static UINT ANSICP, OEMCP;
120static Lisp_Object QUNICODE, QANSICP, QOEMCP; 114static Lisp_Object QANSICP, QOEMCP;
121 115
122/* A hidden window just for the clipboard management. */ 116/* A hidden window just for the clipboard management. */
123static HWND clipboard_owner; 117static HWND clipboard_owner;