aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorJoakim Verona2015-01-11 18:40:21 +0100
committerJoakim Verona2015-01-11 18:40:21 +0100
commitcc7cb20d6abc0f862e5513b24831bba0eaecaa5f (patch)
treeafc2fc05401504aa0c28699dc3bc155c5b0d7f58 /src/xterm.c
parentd972b504f30ff4300ba368940751e8736dddf0b4 (diff)
parent9a57bda31569294ecaf8138a06e5edda9c0d87e3 (diff)
downloademacs-cc7cb20d6abc0f862e5513b24831bba0eaecaa5f.tar.gz
emacs-cc7cb20d6abc0f862e5513b24831bba0eaecaa5f.zip
merge master, fix conflicts
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/xterm.c b/src/xterm.c
index e3f473986b2..9a87a1ee49c 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -183,17 +183,9 @@ static Time ignore_next_mouse_click_timeout;
183 183
184static int x_noop_count; 184static int x_noop_count;
185 185
186static Lisp_Object Qalt, Qhyper, Qmeta, Qsuper, Qmodifier_value;
187
188static Lisp_Object Qvendor_specific_keysyms;
189static Lisp_Object Qlatin_1;
190
191#ifdef USE_GTK 186#ifdef USE_GTK
192/* The name of the Emacs icon file. */ 187/* The name of the Emacs icon file. */
193static Lisp_Object xg_default_icon_file; 188static Lisp_Object xg_default_icon_file;
194
195/* Used in gtkutil.c. */
196Lisp_Object Qx_gtk_map_stock;
197#endif 189#endif
198 190
199/* Some functions take this as char *, not const char *. */ 191/* Some functions take this as char *, not const char *. */