aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32select.c
diff options
context:
space:
mode:
authorK. Handa2015-01-07 22:51:41 +0900
committerK. Handa2015-01-07 22:51:41 +0900
commit88bc8332eb14bcc4780fd3fe3dd4de2205c31dbf (patch)
tree18da116400703b67738bdbbd38cc4abf4c1e929f /src/w32select.c
parent3f79d3131629f73da16ec121d2a0056f11b70e65 (diff)
parent95295df44cc2b6e0e2442aeff96b0fe2ceac405c (diff)
downloademacs-88bc8332eb14bcc4780fd3fe3dd4de2205c31dbf.tar.gz
emacs-88bc8332eb14bcc4780fd3fe3dd4de2205c31dbf.zip
Merge branch master of git.sv.gnu.org:/srv/git/emacs.
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;