Fixed a bug in Makefile hook configuration

This commit is contained in:
Emanuel Evans 2012-02-27 23:19:53 -05:00
parent fde883cbc0
commit 8830d8e873

View file

@ -47,7 +47,7 @@
(setq prelude-makefile-mode-hook 'prelude-makefile-mode-defaults)
(add-hook 'makefile-mode-hook (lambda () (run-hook 'prelude-makefile-mode-hook)))
(add-hook 'makefile-mode-hook (lambda () (run-hooks 'prelude-makefile-mode-hook)))
(provide 'prelude-c)