(gnus-article-mime-edit-article-setup): Use `(font-lock-mode 0)' instead of
authoryamaoka <yamaoka>
Thu, 29 Oct 1998 09:00:21 +0000 (09:00 +0000)
committeryamaoka <yamaoka>
Thu, 29 Oct 1998 09:00:21 +0000 (09:00 +0000)
`(turn-off-font-lock)'.

lisp/gnus-art.el

index f17cbc5..26238c4 100644 (file)
@@ -3011,8 +3011,8 @@ after replacing with the original article."
   (setq gnus-article-edit-done-function
        `(lambda (&rest args)
           (when (featurep 'font-lock)
-            (setq font-lock-defaults nil)
-            (turn-off-font-lock))
+            (setq font-lockfont-lock-defaults-defaults nil)
+            (font-lock-mode 0))
           (mime-edit-exit)
           (let (case-fold-search)
             (goto-char (point-min))