From a3481da1fb3238ee6e5074383e76893ccdfc476e Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Wed, 21 Nov 2007 03:35:28 +0000 Subject: [PATCH] (tty-register-default-colors): Remove special case for w32. --- lisp/term/tty-colors.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/lisp/term/tty-colors.el b/lisp/term/tty-colors.el index 70323e3155b..5622efa022d 100644 --- a/lisp/term/tty-colors.el +++ b/lisp/term/tty-colors.el @@ -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 -- 2.39.2