]> git.eshelyaron.com Git - emacs.git/commitdiff
(makefile-mode-hook): Customize.
authorDave Love <fx@gnu.org>
Fri, 26 Nov 1999 17:45:19 +0000 (17:45 +0000)
committerDave Love <fx@gnu.org>
Fri, 26 Nov 1999 17:45:19 +0000 (17:45 +0000)
lisp/progmodes/make-mode.el

index 036bd2e07f82b01683ff2b0d11460ba2481f70c7..c4265252b9a73f3049418e5a92db76dceaef4487 100644 (file)
@@ -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 '())
 
 ;;