Function: hyrolo-let-file-list
hyrolo-let-file-list is an autoloaded and byte-compiled function
defined in hyrolo.el.
Signature
(hyrolo-let-file-list SYMBOL VALUE)
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
;;;###autoload
(defun hyrolo-let-file-list (symbol value)
(set symbol value)
(setq hyrolo--expanded-file-list (hyrolo-expand-path-list value))
(when (hyrolo-any-file-type-problem-p)
(error "(HyRolo): Invalid files used in `hyrolo-file-list'; see the *HyRolo Errors* buffer")))