+2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
+ gnus-current-topics instead of gnus-current-topic.
+
2004-10-06 Jesper Harder <harder@ifa.au.dk>
* gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
(defun gnus-topic-hierarchical-parameters (topic)
"Return a topic list computed for TOPIC."
(let ((params-list (nreverse (mapcar 'gnus-topic-parameters
- (gnus-current-topic topic))))
+ (gnus-current-topics topic))))
param out params)
;; We probably have lots of nil elements here, so
;; we remove them. Probably faster than doing this "properly".