(makefile-mode): Fix criterion for calling makefile-define-space-face.

This commit is contained in:
Richard M. Stallman
1996-01-17 22:26:18 +00:00
parent e384ec6ed5
commit c183f0dad4

View File

@@ -490,7 +490,7 @@ makefile-special-targets-list:
(make-local-variable 'makefile-need-macro-pickup)
;; Font lock.
(if (fboundp 'makefile-define-space-face)
(if (fboundp 'make-face)
(makefile-define-space-face))
(make-local-variable 'font-lock-defaults)
(setq font-lock-defaults '(makefile-font-lock-keywords))