Function: newsticker--extra
newsticker--extra is a byte-compiled function defined in
newst-backend.el.gz.
Signature
(newsticker--extra ITEM)
Documentation
Return extra attributes of ITEM.
Source Code
;; Defined in /usr/src/emacs/lisp/net/newst-backend.el.gz
(defsubst newsticker--extra (item)
"Return extra attributes of ITEM."
(nth 8 item))