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).
This commit is contained in:
Katsumi Yamaoka 2018-09-13 00:02:21 +00:00
parent 3b38cb0516
commit df3d7e401b

View file

@ -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)