From 91ee9c4c1fc870b44aa57e11da1158c32aa1018d Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 31 Aug 2005 09:53:00 +0000 Subject: [PATCH] (msdos-color-values): Add defvar. --- lisp/term/tty-colors.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/term/tty-colors.el b/lisp/term/tty-colors.el index d3aee8e64f0..6fcf5d3edba 100644 --- a/lisp/term/tty-colors.el +++ b/lisp/term/tty-colors.el @@ -62,6 +62,8 @@ ;;; Code: +(defvar msdos-color-values) + ;; The following list is taken from rgb.txt distributed with X. ;; ;; WARNING: Some colors, such as "lightred", do not appear in this -- 2.39.2