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