]> git.eshelyaron.com Git - emacs.git/commitdiff
(tty-register-default-colors): Remove special case for w32.
authorJason Rumney <jasonr@gnu.org>
Wed, 21 Nov 2007 03:35:28 +0000 (03:35 +0000)
committerJason Rumney <jasonr@gnu.org>
Wed, 21 Nov 2007 03:35:28 +0000 (03:35 +0000)
lisp/term/tty-colors.el

index 70323e3155b702491ed50268024e1a4606deaa3c..5622efa022d074b3675b871f5620055acbdc89f2 100644 (file)
@@ -63,7 +63,6 @@
 ;;; Code:
 
 (defvar msdos-color-values)
-(defvar w32-tty-standard-colors)
 
 ;; The following list is taken from rgb.txt distributed with X.
 ;;
@@ -816,8 +815,6 @@ Value is the modified color alist for FRAME."
   "Register the default set of colors for a character terminal."
   (let* ((colors (cond ((eq window-system 'pc)
                        msdos-color-values)
-                      ((eq system-type 'windows-nt)
-                       w32-tty-standard-colors)
                       (t tty-standard-colors)))
         (color (car colors)))
     (while colors