]> git.eshelyaron.com Git - emacs.git/commitdiff
* term/rxvt.el (rxvt-register-default-colors): Delete redundant
authorDan Nicolaescu <dann@ics.uci.edu>
Sun, 25 Sep 2005 01:49:13 +0000 (01:49 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sun, 25 Sep 2005 01:49:13 +0000 (01:49 +0000)
  condition.

lisp/ChangeLog
lisp/term/rxvt.el

index 60d1609481f0a23855d17218fcc95abf075ee1f3..9c9bc0d1eb1be3df851955de049b70d110a5368d 100644 (file)
@@ -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):
index 8337d8ddb4ae5ee82b79455565e6c9f240dcb629..7cd02570d841c52f29d60a667c2524f045fc34ef 100644 (file)
@@ -240,7 +240,7 @@ for the currently selected frame."
                            (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))