diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-05-19 15:46:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-05-19 15:46:19 +0000 |
commit | e1c45277c5ff6a8be642a972cab87e3ea30add26 (patch) | |
tree | af400c68c6da940b5deff4c7f870e531c0e6c043 /lisp/progmodes/make-mode.el | |
parent | 9aca24765f2629c43f6097fa1d78f8ffd01a02be (diff) | |
download | emacs-e1c45277c5ff6a8be642a972cab87e3ea30add26.tar.gz |
(makefile-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp/progmodes/make-mode.el')
-rw-r--r-- | lisp/progmodes/make-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index b4ed05957db..86002768757 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 |