changeset 65690:dc239a66e600

* term/rxvt.el (rxvt-register-default-colors): Delete redundant condition.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 25 Sep 2005 01:49:13 +0000
parents 96187e7edd1b
children cb3218d6e82a
files lisp/ChangeLog lisp/term/rxvt.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Sep 24 23:26:28 2005 +0000
+++ b/lisp/ChangeLog	Sun Sep 25 01:49:13 2005 +0000
@@ -1,3 +1,8 @@
+2005-09-24  Andreas Schwab  <schwab@suse.de>
+
+	* term/rxvt.el (rxvt-register-default-colors): Delete redundant
+	condition. 
+	
 2005-09-25  Romain Francoise  <romain@orebokech.com>
 
 	* dired-aux.el (dired-copy-file-recursive):
--- a/lisp/term/rxvt.el	Sat Sep 24 23:26:28 2005 +0000
+++ b/lisp/term/rxvt.el	Sun Sep 25 01:49:13 2005 +0000
@@ -240,7 +240,7 @@
 			    (list color color color))
 	  (setq ncolors (1- ncolors))))
        
-       ((and (> ncolors 0) (= ncolors 72)) ; rxvt-unicode
+       ((= ncolors 72) ; rxvt-unicode
 	;; 64 non-gray colors
 	(let ((levels '(0 139 205 255))
 	      (r 0) (g 0) (b 0))