+2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * shr.el (shr-table-widths): Don't use cl function `reduce'.
+
2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
* shr.el (require): Require cl when compiling.
(aset natural-widths i (max (aref natural-widths i)
(cadr column)))
(setq i (1+ i)))))
- (let ((extra (- (reduce '+ suggested-widths)
- (reduce '+ widths)))
+ (let ((extra (- (apply '+ (append suggested-widths nil))
+ (apply '+ (append widths nil))))
(expanded-columns 0))
(when (> extra 0)
(dotimes (i length)