Function: hyperb:autoloads-exist-p
hyperb:autoloads-exist-p is a byte-compiled function defined in
hload-path.el.
Signature
(hyperb:autoloads-exist-p)
Documentation
Return t if all Hyperbole autoload files exist or nil otherwise.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hload-path.el
(defun hyperb:autoloads-exist-p ()
"Return t if all Hyperbole autoload files exist or nil otherwise."
(and (file-readable-p (expand-file-name "hyperbole-autoloads.el" hyperb:dir))
(file-readable-p (expand-file-name "kotl-autoloads.el"
(expand-file-name "kotl" hyperb:dir)))))