Variable: makefile-mode-hook

makefile-mode-hook is a customizable variable defined in make-mode.el.gz.

Value

nil

Documentation

Normal hook run by makefile-mode.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/make-mode.el.gz
(defcustom makefile-mode-hook nil
  "Normal hook run by `makefile-mode'."
  :type 'hook)