# HG changeset patch # User Jason Rumney # Date 1195616128 0 # Node ID dfd3c2eb762c53a09615c25c5ee91cf74acaae30 # Parent 20c1649756b58210b6c7a8041e839d34faba1d62 (tty-register-default-colors): Remove special case for w32. diff -r 20c1649756b5 -r dfd3c2eb762c lisp/term/tty-colors.el --- 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