(gnus-article-mime-edit-article-setup): Turn off `font-lock' after editing.
authoryamaoka <yamaoka>
Thu, 29 Oct 1998 07:44:56 +0000 (07:44 +0000)
committeryamaoka <yamaoka>
Thu, 29 Oct 1998 07:44:56 +0000 (07:44 +0000)
lisp/gnus-art.el

index 0a6bea5..f17cbc5 100644 (file)
@@ -3010,6 +3010,9 @@ groups."
 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))
           (mime-edit-exit)
           (let (case-fold-search)
             (goto-char (point-min))