Variable: native-comp-async-all-done-hook

native-comp-async-all-done-hook is a customizable variable defined in comp.el.gz.

Value

nil

Documentation

Hook run after completing asynchronous compilation of all input files.

This variable was added, or its default value changed, in Emacs 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp.el.gz
(defcustom native-comp-async-all-done-hook nil
  "Hook run after completing asynchronous compilation of all input files."
  :type 'hook
  :version "28.1")