Variable: native-comp-async-cu-done-functions
native-comp-async-cu-done-functions is a customizable variable defined
in comp-run.el.gz.
Value
nil
Documentation
List of functions to call when asynchronous compilation of a file is done.
Each function is called with one argument FILE, the filename whose compilation has completed.
This variable was added, or its default value changed, in Emacs 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp-run.el.gz
(defcustom native-comp-async-cu-done-functions nil
"List of functions to call when asynchronous compilation of a file is done.
Each function is called with one argument FILE, the filename whose
compilation has completed."
:type 'hook
:version "28.1")