diff options
| author | Pavel Janík | 2002-01-17 10:27:38 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-01-17 10:27:38 +0000 |
| commit | dfc7a077e3b0e264556c6135517440d6be35d4e4 (patch) | |
| tree | 614f16b9430e24e2ea79493493b27f369102aa9b /src/term.c | |
| parent | 7adfc0d753106003946e48627006acca51fcbb64 (diff) | |
| download | emacs-dfc7a077e3b0e264556c6135517440d6be35d4e4.tar.gz emacs-dfc7a077e3b0e264556c6135517440d6be35d4e4.zip | |
(set_tty_color_mode): Remove unused variable `tem'.
Diffstat (limited to 'src/term.c')
| -rw-r--r-- | src/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c index 93644c837de..6326d4b680a 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -2067,7 +2067,7 @@ set_tty_color_mode (f, val) | |||
| 2067 | struct frame *f; | 2067 | struct frame *f; |
| 2068 | Lisp_Object val; | 2068 | Lisp_Object val; |
| 2069 | { | 2069 | { |
| 2070 | Lisp_Object color_mode_spec, current_mode_spec, tem; | 2070 | Lisp_Object color_mode_spec, current_mode_spec; |
| 2071 | Lisp_Object color_mode, current_mode; | 2071 | Lisp_Object color_mode, current_mode; |
| 2072 | int mode, old_mode; | 2072 | int mode, old_mode; |
| 2073 | extern Lisp_Object Qtty_color_mode; | 2073 | extern Lisp_Object Qtty_color_mode; |