From: Jason Rumney Date: Wed, 21 Nov 2007 03:35:28 +0000 (+0000) Subject: (tty-register-default-colors): Remove special case for w32. X-Git-Tag: emacs-pretest-23.0.90~9603 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a3481da1fb3238ee6e5074383e76893ccdfc476e;p=emacs.git (tty-register-default-colors): Remove special case for w32. --- 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