aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index 93644c837d..6326d4b680 100644
--- a/src/term.c
+++ b/src/term.c
@@ -2067,7 +2067,7 @@ set_tty_color_mode (f, val)
struct frame *f;
Lisp_Object val;
{
- Lisp_Object color_mode_spec, current_mode_spec, tem;
+ Lisp_Object color_mode_spec, current_mode_spec;
Lisp_Object color_mode, current_mode;
int mode, old_mode;
extern Lisp_Object Qtty_color_mode;