Function: gnus-topic-parameters

gnus-topic-parameters is a byte-compiled function defined in gnus-topic.el.gz.

Signature

(gnus-topic-parameters TOPIC)

Documentation

Return the parameters for TOPIC.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-topic.el.gz
;;; Topic parameter jazz

(defun gnus-topic-parameters (topic)
  "Return the parameters for TOPIC."
  (let ((top (gnus-topic-find-topology topic)))
    (when top
      (nth 3 (cadr top)))))