changeset 86267:dfd3c2eb762c

(tty-register-default-colors): Remove special case for w32.
author Jason Rumney <jasonr@gnu.org>
date Wed, 21 Nov 2007 03:35:28 +0000
parents 20c1649756b5
children f1604b3ab5ad
files lisp/term/tty-colors.el
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term/tty-colors.el	Wed Nov 21 03:33:25 2007 +0000
+++ b/lisp/term/tty-colors.el	Wed Nov 21 03:35:28 2007 +0000
@@ -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 @@
   "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