Variable: compilation-start-hook

compilation-start-hook is a customizable variable defined in compile.el.gz.

Value

nil

Documentation

Hook run after starting a new compilation process.

The hook is run with one argument, the new process.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/compile.el.gz
;;;###autoload
(defcustom compilation-start-hook nil
  "Hook run after starting a new compilation process.
The hook is run with one argument, the new process."
  :type 'hook)