Function: hbdata:loc-p
hbdata:loc-p is a byte-compiled function defined in hbdata.el.
Signature
(hbdata:loc-p HBDATA)
Documentation
[Hyp V1] Return 'L iff HBDATA referent is within a local file system.
Return 'R if remote and nil if irrelevant for button action type.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hbdata.el
(defun hbdata:loc-p (hbdata)
"[Hyp V1] Return \\='L iff HBDATA referent is within a local file system.
Return \\='R if remote and nil if irrelevant for button action type."
(nth 1 hbdata))