comparison lisp/term/tty-colors.el @ 65257:79547d3c563f

(msdos-color-values): Add defvar.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 31 Aug 2005 09:53:00 +0000
parents 34bd8e434dd7
children 067115a6e738 a3716f7538f2
comparison
equal deleted inserted replaced
65256:eb3fe804bd18 65257:79547d3c563f
59 ;; `tty-color-define' from your `.emacs' or `site-start.el'. For 59 ;; `tty-color-define' from your `.emacs' or `site-start.el'. For
60 ;; more-or-less standard definitions of VGA text-mode colors, see the 60 ;; more-or-less standard definitions of VGA text-mode colors, see the
61 ;; beginning of lisp/term/pc-win.el. 61 ;; beginning of lisp/term/pc-win.el.
62 62
63 ;;; Code: 63 ;;; Code:
64
65 (defvar msdos-color-values)
64 66
65 ;; The following list is taken from rgb.txt distributed with X. 67 ;; The following list is taken from rgb.txt distributed with X.
66 ;; 68 ;;
67 ;; WARNING: Some colors, such as "lightred", do not appear in this 69 ;; WARNING: Some colors, such as "lightred", do not appear in this
68 ;; list. If you think it's a good idea to add them, don't! The 70 ;; list. If you think it's a good idea to add them, don't! The