aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.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/term.c
parentd972b504f30ff4300ba368940751e8736dddf0b4 (diff)
parent9a57bda31569294ecaf8138a06e5edda9c0d87e3 (diff)
downloademacs-cc7cb20d6abc0f862e5513b24831bba0eaecaa5f.tar.gz
emacs-cc7cb20d6abc0f862e5513b24831bba0eaecaa5f.zip
merge master, fix conflicts
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/term.c b/src/term.c
index 48447bce5fd..d48bf7b6eaf 100644
--- a/src/term.c
+++ b/src/term.c
@@ -130,9 +130,6 @@ enum no_color_bit
130 130
131static int max_frame_cols; 131static int max_frame_cols;
132 132
133static Lisp_Object Qtty_mode_set_strings;
134static Lisp_Object Qtty_mode_reset_strings;
135
136 133
137 134
138#ifdef HAVE_GPM 135#ifdef HAVE_GPM
@@ -2710,12 +2707,6 @@ static const char *menu_help_message, *prev_menu_help_message;
2710 last menu help message. */ 2707 last menu help message. */
2711static int menu_help_paneno, menu_help_itemno; 2708static int menu_help_paneno, menu_help_itemno;
2712 2709
2713static Lisp_Object Qtty_menu_navigation_map, Qtty_menu_exit;
2714static Lisp_Object Qtty_menu_prev_item, Qtty_menu_next_item;
2715static Lisp_Object Qtty_menu_next_menu, Qtty_menu_prev_menu;
2716static Lisp_Object Qtty_menu_select, Qtty_menu_ignore;
2717static Lisp_Object Qtty_menu_mouse_movement;
2718
2719typedef struct tty_menu_struct 2710typedef struct tty_menu_struct
2720{ 2711{
2721 int count; 2712 int count;