changeset 26621:5df1b3f7ed3a

(makefile-mode-hook): Customize.
author Dave Love <fx@gnu.org>
date Fri, 26 Nov 1999 17:45:19 +0000
parents ca5397ec67cb
children 019c7ea59fd9
files lisp/progmodes/make-mode.el
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/make-mode.el	Fri Nov 26 17:41:55 1999 +0000
+++ b/lisp/progmodes/make-mode.el	Fri Nov 26 17:45:19 1999 +0000
@@ -201,6 +201,11 @@
   :type 'boolean
   :group 'makefile)
 
+(defcustom makefile-mode-hook nil
+  "Normal hook run by `makefile-mode'."
+  :type 'hook
+  :group 'makefile)
+
 (defvar makefile-browser-hook '())
 
 ;;