Well, the patch got munged.  Stupid DOS line endings.

*** old/color-theme.el	2007-01-05 11:30:11.000000000 +0100
--- new/color-theme.el	2007-02-11 02:57:31.000000000 +0100
***************
*** 755,763 ****
        ;; remove :inherit face from atts -- this assumes only one
        ;; :inherit attribute.
        (setq atts (delq ':inherit (delq face atts)))
!       (let ((more-atts (color-theme-spec-resolve-inheritance
! 			(color-theme-face-attr-construct
! 			 face (selected-frame))))
  	    att val)
  	(while more-atts
  	  (setq att (car more-atts)
--- 755,765 ----
        ;; remove :inherit face from atts -- this assumes only one
        ;; :inherit attribute.
        (setq atts (delq ':inherit (delq face atts)))
!       (let ((more-atts (mapcan (lambda (face)
!                                  (color-theme-spec-resolve-inheritance
!                                   (color-theme-face-attr-construct
!                                    face (selected-frame))))
!                                (if (listp face) face (list face))))
  	    att val)
  	(while more-atts
  	  (setq att (car more-atts)
-- 
Daniel Brockman <[EMAIL PROTECTED]>
_______________________________________________
bongo-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/bongo-devel

Reply via email to