Function: hbdata:args

hbdata:args is a byte-compiled function defined in hbdata.el.

Signature

(hbdata:args HBDATA)

Documentation

Return the list of any arguments given in HBDATA.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hbdata.el
(defun hbdata:args (hbdata)
  "Return the list of any arguments given in HBDATA."
  (nth 4 hbdata))