Variable: compilation-process-setup-function
compilation-process-setup-function is a variable defined in
compile.el.gz.
Value
ignore
Documentation
Function to call to customize the compilation process.
This function is called immediately before the compilation process is started. It can be used to set any variables or functions that are used while processing the output of the compilation process.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/compile.el.gz
;; Note: the compilation-parse-errors-filename-function need not save the
;; match data.
;;;###autoload
(defvar compilation-process-setup-function #'ignore
"Function to call to customize the compilation process.
This function is called immediately before the compilation process is
started. It can be used to set any variables or functions that are used
while processing the output of the compilation process.")