From: Dan Nicolaescu Date: Sun, 25 Sep 2005 01:49:13 +0000 (+0000) Subject: * term/rxvt.el (rxvt-register-default-colors): Delete redundant X-Git-Tag: emacs-pretest-22.0.90~6950 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0d1460c361d98a99311ad863e1dac6f0d21500bb;p=emacs.git * term/rxvt.el (rxvt-register-default-colors): Delete redundant condition. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 60d1609481f..9c9bc0d1eb1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-09-24 Andreas Schwab + + * term/rxvt.el (rxvt-register-default-colors): Delete redundant + condition. + 2005-09-25 Romain Francoise * dired-aux.el (dired-copy-file-recursive): diff --git a/lisp/term/rxvt.el b/lisp/term/rxvt.el index 8337d8ddb4a..7cd02570d84 100644 --- a/lisp/term/rxvt.el +++ b/lisp/term/rxvt.el @@ -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))