+2008-04-27 Glenn Morris <rgm@gnu.org>
+
+ * erc.el (erc-put-text-properties): Replace use of cl mapcar*.
+
2008-04-14 Michael Olson <mwolson@gnu.org>
* erc.el (erc-remove-text-properties-region): Disable this command
(setq value-list (mapcar (lambda (x)
t)
properties)))
- (mapcar* (lambda (prop value)
- (erc-put-text-property start end prop value object))
- properties value-list))
+ (dotimes (i (min (length properties) (length value-list)))
+ (erc-put-text-property start end (nth i properties)
+ (nth i value-list) object)))
;;; Input area handling: