]> git.eshelyaron.com Git - emacs.git/commitdiff
Use purify-flag not noninteractive.
authorSimon Marshall <simon@gnu.org>
Thu, 13 Oct 1994 07:55:30 +0000 (07:55 +0000)
committerSimon Marshall <simon@gnu.org>
Thu, 13 Oct 1994 07:55:30 +0000 (07:55 +0000)
lisp/font-lock.el

index 3440e3257a2a6c973ae9b0e28631a3b8a09c4b12..88d605c74d320ffb17231bbab7adfae78d2f50e5 100644 (file)
@@ -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))