From df3d7e401b1b0e34b3f6583894f05841270fc1db Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Thu, 13 Sep 2018 00:02:21 +0000 Subject: [PATCH] No need to run gnus-article-highlight (bug#32706) * lisp/gnus/deuglify.el (gnus-outlook-display-article-buffer): No need to run gnus-article-highlight (bug#32706). --- lisp/gnus/deuglify.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/gnus/deuglify.el b/lisp/gnus/deuglify.el index b09f89772aa..6286c535ca2 100644 --- a/lisp/gnus/deuglify.el +++ b/lisp/gnus/deuglify.el @@ -299,8 +299,6 @@ It is run after `gnus-article-prepare-hook'." ;; it. Calling `gnus-article-prepare-display' on an already ;; prepared article removes all MIME parts. I'm unsure whether ;; this is a bug or not. - (when (gnus-visual-p 'article-highlight 'highlight) - (gnus-article-highlight t)) (save-excursion (save-restriction (widen) -- 2.39.2