diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-08-31 09:53:00 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-08-31 09:53:00 +0000 |
commit | 91ee9c4c1fc870b44aa57e11da1158c32aa1018d (patch) | |
tree | b3ed6cf9a58a1c9fbf669915294e9790a4ca6790 /lisp/term | |
parent | 26238072db2d78af84b46cd84a4b0a8260e4a9dd (diff) | |
download | emacs-91ee9c4c1fc870b44aa57e11da1158c32aa1018d.tar.gz |
(msdos-color-values): Add defvar.
Diffstat (limited to 'lisp/term')
-rw-r--r-- | lisp/term/tty-colors.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 |