Function: newsticker--guid-to-string
newsticker--guid-to-string is a byte-compiled function defined in
newst-backend.el.gz.
Signature
(newsticker--guid-to-string GUID)
Documentation
Return string representation of GUID.
Source Code
;; Defined in /usr/src/emacs/lisp/net/newst-backend.el.gz
(defsubst newsticker--guid-to-string (guid)
"Return string representation of GUID."
(if (stringp guid)
guid
(car (xml-node-children guid))))