Variable: compilation-finish-functions
compilation-finish-functions is a variable defined in compile.el.gz.
Value
nil
Documentation
Functions to call when a compilation process finishes.
Each function is called with two arguments: the compilation buffer, and a string describing how the process finished.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/compile.el.gz
;;;###autoload
(defvar compilation-finish-functions nil
"Functions to call when a compilation process finishes.
Each function is called with two arguments: the compilation buffer,
and a string describing how the process finished.")