From: Simon Marshall Date: Thu, 13 Oct 1994 07:55:30 +0000 (+0000) Subject: Use purify-flag not noninteractive. X-Git-Tag: emacs-19.34~6341 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d8a1aa6eca85a6b6de661ba17532e38bf84141a9;p=emacs.git Use purify-flag not noninteractive. --- 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))