Variable: compilation-mode-hook

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

Value

(vhdl-error-regexp-add-emacs
 tramp-compile-disable-ssh-controlmaster-options
 verilog-error-regexp-add-emacs)

Documentation

List of hook functions run by compilation-mode.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/compile.el.gz
;;;###autoload
(defcustom compilation-mode-hook nil
  "List of hook functions run by `compilation-mode'."
  :type 'hook)