diff options
| author | Richard M. Stallman | 1996-01-17 22:26:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-01-17 22:26:18 +0000 |
| commit | c183f0dad48eb5d4928d36e1c637058f9b99cfeb (patch) | |
| tree | 639fad8d85c0a67e8e4d869370fe43dfe9271acc | |
| parent | e384ec6ed5596fefecb04e911152c8ab2f733bfd (diff) | |
| download | emacs-c183f0dad48eb5d4928d36e1c637058f9b99cfeb.tar.gz emacs-c183f0dad48eb5d4928d36e1c637058f9b99cfeb.zip | |
(makefile-mode): Fix criterion for calling makefile-define-space-face.
| -rw-r--r-- | lisp/progmodes/make-mode.el | 2 |
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: | |||
| 490 | (make-local-variable 'makefile-need-macro-pickup) | 490 | (make-local-variable 'makefile-need-macro-pickup) |
| 491 | 491 | ||
| 492 | ;; Font lock. | 492 | ;; Font lock. |
| 493 | (if (fboundp 'makefile-define-space-face) | 493 | (if (fboundp 'make-face) |
| 494 | (makefile-define-space-face)) | 494 | (makefile-define-space-face)) |
| 495 | (make-local-variable 'font-lock-defaults) | 495 | (make-local-variable 'font-lock-defaults) |
| 496 | (setq font-lock-defaults '(makefile-font-lock-keywords)) | 496 | (setq font-lock-defaults '(makefile-font-lock-keywords)) |