changeset 9513:76ce1230257f

Use purify-flag not noninteractive.
author Simon Marshall <simon@gnu.org>
date Thu, 13 Oct 1994 07:55:30 +0000
parents b2aaf43191aa
children 5617d313ea94
files lisp/font-lock.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/font-lock.el	Thu Oct 13 07:54:56 1994 +0000
+++ b/lisp/font-lock.el	Thu Oct 13 07:55:30 1994 +0000
@@ -911,7 +911,7 @@
 
 ;; Install ourselves:
 
-(if noninteractive
+(if purify-flag
     (add-hook 'after-init-hook 'font-lock-make-faces)
   (font-lock-make-faces))