aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2002-01-17 10:27:38 +0000
committerPavel Janík <[email protected]>2002-01-17 10:27:38 +0000
commitdfc7a077e3b0e264556c6135517440d6be35d4e4 (patch)
tree614f16b9430e24e2ea79493493b27f369102aa9b /src/term.c
parent7adfc0d753106003946e48627006acca51fcbb64 (diff)
(set_tty_color_mode): Remove unused variable `tem'.
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;