From: Richard M. Stallman Date: Wed, 17 Jan 1996 22:26:18 +0000 (+0000) Subject: (makefile-mode): Fix criterion for calling makefile-define-space-face. X-Git-Tag: emacs-19.34~1651 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c183f0dad48eb5d4928d36e1c637058f9b99cfeb;p=emacs.git (makefile-mode): Fix criterion for calling makefile-define-space-face. --- diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 566ae75426a..40910bc546b 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -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))