From d8a1aa6eca85a6b6de661ba17532e38bf84141a9 Mon Sep 17 00:00:00 2001 From: Simon Marshall Date: Thu, 13 Oct 1994 07:55:30 +0000 Subject: [PATCH] Use purify-flag not noninteractive. --- lisp/font-lock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 3440e3257a2..88d605c74d3 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -911,7 +911,7 @@ and `font-lock-keywords-case-fold-search' using `font-lock-defaults-alist'." ;; Install ourselves: -(if noninteractive +(if purify-flag (add-hook 'after-init-hook 'font-lock-make-faces) (font-lock-make-faces)) -- 2.39.5