Mercurial > emacs
changeset 14209:64e4cd5afcd8
(makefile-mode): Fix criterion for calling makefile-define-space-face.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 17 Jan 1996 22:26:18 +0000 |
parents | 1f2f55478197 |
children | e6659990d8f8 |
files | lisp/progmodes/make-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/make-mode.el Wed Jan 17 22:24:38 1996 +0000 +++ b/lisp/progmodes/make-mode.el Wed Jan 17 22:26:18 1996 +0000 @@ -490,7 +490,7 @@ (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))