aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorDave Love <[email protected]>1999-11-26 17:45:19 +0000
committerDave Love <[email protected]>1999-11-26 17:45:19 +0000
commit66c8215f1fc6931400a802fc94e9d588373e1ce5 (patch)
tree03f7614a6447af8edde6196ec79724305a2baa9a /lisp/progmodes
parent019f00d822bb5d7bb87e0e214e76c6977899e75d (diff)
(makefile-mode-hook): Customize.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/make-mode.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el
index 036bd2e07f..c4265252b9 100644
--- a/lisp/progmodes/make-mode.el
+++ b/lisp/progmodes/make-mode.el
@@ -201,6 +201,11 @@ to MODIFY A FILE WITHOUT YOUR CONFIRMATION when \"it seems necessary\"."
:type 'boolean
:group 'makefile)
+(defcustom makefile-mode-hook nil
+ "Normal hook run by `makefile-mode'."
+ :type 'hook
+ :group 'makefile)
+
(defvar makefile-browser-hook '())
;;