X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/c04714f7c87956eb49e803d69290793f15fdaa90..d703a4dce564ede122f5c307889e4bd0e3f3e75c:/src/dosfns.c diff --git a/src/dosfns.c b/src/dosfns.c index bdd296bf65..e506e9fbe1 100644 --- a/src/dosfns.c +++ b/src/dosfns.c @@ -1,6 +1,6 @@ /* MS-DOS specific Lisp utilities. Coded by Manabu Higashida, 1991. Major changes May-July 1993 Morten Welinder (only 10% original code left) - Copyright (C) 1991, 1993, 1996-1998, 2001-2014 Free Software + Copyright (C) 1991, 1993, 1996-1998, 2001-2015 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -409,8 +409,6 @@ msdos_stdcolor_idx (const char *name) Lisp_Object msdos_stdcolor_name (int idx) { - extern Lisp_Object Qunspecified; - if (idx == FACE_TTY_DEFAULT_FG_COLOR) return build_string (unspecified_fg); else if (idx == FACE_TTY_DEFAULT_BG_COLOR)