Function: hyrolo-file-list-changed
hyrolo-file-list-changed is a byte-compiled function defined in
hyrolo.el.
Signature
(hyrolo-file-list-changed SYMBOL SET-TO-VALUE OPERATION WHERE)
Documentation
Watch function for variable hyrolo-file-list.
Function is called with 4 arguments: (SYMBOL SET-TO-VALUE OPERATION WHERE).
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defun hyrolo-file-list-changed (symbol set-to-value operation _where)
"Watch function for variable `hyrolo-file-list'.
Function is called with 4 arguments: (SYMBOL SET-TO-VALUE OPERATION WHERE)."
(if (memq operation '(let unlet)) ;; not setting global value
(hyrolo-let-file-list symbol set-to-value)
(hyrolo-set-file-list symbol set-to-value)))