emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/tty-colors.el,v


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/lisp/term/tty-colors.el,v
Date: Wed, 21 Nov 2007 03:35:28 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   07/11/21 03:35:28

Index: tty-colors.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/term/tty-colors.el,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- tty-colors.el       21 Oct 2007 00:24:30 -0000      1.22
+++ tty-colors.el       21 Nov 2007 03:35:28 -0000      1.23
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]