# HG changeset patch # User Richard M. Stallman # Date 1116517560 0 # Node ID 10a127a02c085d8e315ba65a641695dc0d80fe80 # Parent b54077faa74ac6fcc7d8be761b356c1c18a6f131 (makefile-mode): Use run-mode-hooks. diff -r b54077faa74a -r 10a127a02c08 lisp/progmodes/make-mode.el --- 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