From c7e606ef303884e3e19ca272b062193984303d5e Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 29 Oct 1998 07:44:56 +0000 Subject: [PATCH] (gnus-article-mime-edit-article-setup): Turn off `font-lock' after editing. --- lisp/gnus-art.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 0a6bea5..f17cbc5 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -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)) -- 1.7.10.4