summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-01-17 22:26:18 +0000
committerRichard M. Stallman <rms@gnu.org>1996-01-17 22:26:18 +0000
commitccffb37df95f2858142a62a2153f38cdd8e9f612 (patch)
tree4bbc3719e25c0789092826943a04a4645ed3967d /lisp
parentcc57893566dbe18a74dbfc6a5080ef288f0d4972 (diff)
downloademacs-ccffb37df95f2858142a62a2153f38cdd8e9f612.tar.gz
(makefile-mode): Fix criterion for calling makefile-define-space-face.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/make-mode.el2
1 files changed, 1 insertions, 1 deletions
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))