]> git.eshelyaron.com Git - emacs.git/commitdiff
No need to run gnus-article-highlight (bug#32706)
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 13 Sep 2018 00:02:21 +0000 (00:02 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 13 Sep 2018 00:02:21 +0000 (00:02 +0000)
* lisp/gnus/deuglify.el (gnus-outlook-display-article-buffer):
No need to run gnus-article-highlight (bug#32706).

lisp/gnus/deuglify.el

index b09f89772aa74835e37f40e6b708f0696081ce93..6286c535ca28ec6c48d1228a994d1f6ee01d599b 100644 (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)