Function: gnus-topic-update-unreads

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

Signature

(gnus-topic-update-unreads TOPIC UNREADS)

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-topic.el.gz
(defun gnus-topic-update-unreads (topic unreads)
  (setq gnus-topic-unreads (delq (assoc topic gnus-topic-unreads)
				 gnus-topic-unreads))
  (push (cons topic unreads) gnus-topic-unreads))