]> git.eshelyaron.com Git - emacs.git/commitdiff
(makefile-mode): Fix criterion for calling makefile-define-space-face.
authorRichard M. Stallman <rms@gnu.org>
Wed, 17 Jan 1996 22:26:18 +0000 (22:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 17 Jan 1996 22:26:18 +0000 (22:26 +0000)
lisp/progmodes/make-mode.el

index 566ae75426a25097241e7923c97eb8da5633836c..40910bc546ba052ff4dea280e1246e7cdcff8b1b 100644 (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))