aboutsummaryrefslogtreecommitdiffstats
path: root/src/terminal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/terminal.c')
-rw-r--r--src/terminal.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/terminal.c b/src/terminal.c
index 854ca61f19c..c99c39c64ae 100644
--- a/src/terminal.c
+++ b/src/terminal.c
@@ -1,5 +1,5 @@
1/* Functions related to terminal devices. 1/* Functions related to terminal devices.
2 Copyright (C) 2005-2012 Free Software Foundation, Inc. 2 Copyright (C) 2005-2013 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
@@ -280,7 +280,7 @@ delete_terminal (struct terminal *terminal)
280 xfree (terminal->name); 280 xfree (terminal->name);
281 terminal->name = NULL; 281 terminal->name = NULL;
282 282
283 /* Check for live frames that are still on this terminal. */ 283 /* Check for live frames that are still on this terminal. */
284 FOR_EACH_FRAME (tail, frame) 284 FOR_EACH_FRAME (tail, frame)
285 { 285 {
286 struct frame *f = XFRAME (frame); 286 struct frame *f = XFRAME (frame);
@@ -398,8 +398,6 @@ possible return values. */)
398 return Qw32; 398 return Qw32;
399 case output_msdos_raw: 399 case output_msdos_raw:
400 return Qpc; 400 return Qpc;
401 case output_mac:
402 return Qmac;
403 case output_ns: 401 case output_ns:
404 return Qns; 402 return Qns;
405 default: 403 default: