diff options
| author | Joakim Verona | 2015-01-11 18:40:21 +0100 |
|---|---|---|
| committer | Joakim Verona | 2015-01-11 18:40:21 +0100 |
| commit | cc7cb20d6abc0f862e5513b24831bba0eaecaa5f (patch) | |
| tree | afc2fc05401504aa0c28699dc3bc155c5b0d7f58 /src/xterm.c | |
| parent | d972b504f30ff4300ba368940751e8736dddf0b4 (diff) | |
| parent | 9a57bda31569294ecaf8138a06e5edda9c0d87e3 (diff) | |
| download | emacs-cc7cb20d6abc0f862e5513b24831bba0eaecaa5f.tar.gz emacs-cc7cb20d6abc0f862e5513b24831bba0eaecaa5f.zip | |
merge master, fix conflicts
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 8 |
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 | ||
| 184 | static int x_noop_count; | 184 | static int x_noop_count; |
| 185 | 185 | ||
| 186 | static Lisp_Object Qalt, Qhyper, Qmeta, Qsuper, Qmodifier_value; | ||
| 187 | |||
| 188 | static Lisp_Object Qvendor_specific_keysyms; | ||
| 189 | static 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. */ |
| 193 | static Lisp_Object xg_default_icon_file; | 188 | static Lisp_Object xg_default_icon_file; |
| 194 | |||
| 195 | /* Used in gtkutil.c. */ | ||
| 196 | Lisp_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 *. */ |