1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

(tty-register-default-colors): Remove special case for w32.

This commit is contained in:
Jason Rumney 2007-11-21 03:35:28 +00:00
parent 2097e21d69
commit a3481da1fb

View 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