Function: br-in-browser
br-in-browser is a byte-compiled function defined in hpath.el.
Signature
(br-in-browser)
Documentation
Always returns nil since the OO-Browser is not loaded.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hpath.el
(unless (fboundp 'br-in-browser)
;; Then the OO-Browser is not loaded, so we can never be within the
;; browser. Define this as a dummy function that always returns nil
;; until the OO-Browser is ever loaded.
(defun br-in-browser ()
"Always returns nil since the OO-Browser is not loaded."
nil))