Mercurial > emacs
changeset 62525:10a127a02c08
(makefile-mode): Use run-mode-hooks.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 19 May 2005 15:46:00 +0000 |
parents | b54077faa74a |
children | 5a6f1df1ae1e |
files | lisp/progmodes/make-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/make-mode.el Thu May 19 15:43:48 2005 +0000 +++ b/lisp/progmodes/make-mode.el Thu May 19 15:46:00 2005 +0000 @@ -831,7 +831,7 @@ ;; 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