aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/make-mode.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-05-19 15:46:19 +0000
committerRichard M. Stallman <[email protected]>2005-05-19 15:46:19 +0000
commite1c45277c5ff6a8be642a972cab87e3ea30add26 (patch)
treeaf400c68c6da940b5deff4c7f870e531c0e6c043 /lisp/progmodes/make-mode.el
parent9aca24765f2629c43f6097fa1d78f8ffd01a02be (diff)
(makefile-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp/progmodes/make-mode.el')
-rw-r--r--lisp/progmodes/make-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el
index b4ed05957d..8600276875 100644
--- a/lisp/progmodes/make-mode.el
+++ b/lisp/progmodes/make-mode.el
@@ -831,7 +831,7 @@ Makefile mode can be configured by modifying the following variables:
;; Real TABs are important in makefiles
(setq indent-tabs-mode t)
- (run-hooks 'makefile-mode-hook))
+ (run-mode-hooks 'makefile-mode-hook))
;; These should do more than just differentiate font-lock.
;;;###autoload