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:
parent
2097e21d69
commit
a3481da1fb
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue