aboutsummaryrefslogtreecommitdiffstats
path: root/src/dosfns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dosfns.c')
-rw-r--r--src/dosfns.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dosfns.c b/src/dosfns.c
index bdd296bf658..e506e9fbe14 100644
--- a/src/dosfns.c
+++ b/src/dosfns.c
@@ -1,6 +1,6 @@
1/* MS-DOS specific Lisp utilities. Coded by Manabu Higashida, 1991. 1/* MS-DOS specific Lisp utilities. Coded by Manabu Higashida, 1991.
2 Major changes May-July 1993 Morten Welinder (only 10% original code left) 2 Major changes May-July 1993 Morten Welinder (only 10% original code left)
3 Copyright (C) 1991, 1993, 1996-1998, 2001-2014 Free Software 3 Copyright (C) 1991, 1993, 1996-1998, 2001-2015 Free Software
4 Foundation, Inc. 4 Foundation, Inc.
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
@@ -409,8 +409,6 @@ msdos_stdcolor_idx (const char *name)
409Lisp_Object 409Lisp_Object
410msdos_stdcolor_name (int idx) 410msdos_stdcolor_name (int idx)
411{ 411{
412 extern Lisp_Object Qunspecified;
413
414 if (idx == FACE_TTY_DEFAULT_FG_COLOR) 412 if (idx == FACE_TTY_DEFAULT_FG_COLOR)
415 return build_string (unspecified_fg); 413 return build_string (unspecified_fg);
416 else if (idx == FACE_TTY_DEFAULT_BG_COLOR) 414 else if (idx == FACE_TTY_DEFAULT_BG_COLOR)