Function: newsticker--treeview-get-other-tree

newsticker--treeview-get-other-tree is a byte-compiled function defined in newst-treeview.el.gz.

Signature

(newsticker--treeview-get-other-tree)

Documentation

Get other tree.

Source Code

;; Defined in /usr/src/emacs/lisp/net/newst-treeview.el.gz
(defun newsticker--treeview-get-other-tree ()
  "Get other tree."
  (if (and (newsticker--treeview-get-current-node)
           (widget-get (newsticker--treeview-get-current-node) :nt-feed))
      newsticker--treeview-vfeed-tree
    newsticker--treeview-feed-tree))