Function: nnweb-set-hashtb

nnweb-set-hashtb is a byte-compiled function defined in nnweb.el.gz.

Signature

(nnweb-set-hashtb HEADER DATA)

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnweb.el.gz
(defun nnweb-set-hashtb (header data)
  (puthash (nnweb-identifier (mail-header-xref header))
		data nnweb-hashtb))