emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master df3d7e4: No need to run gnus-article-highlight (bug


From: Katsumi Yamaoka
Subject: [Emacs-diffs] master df3d7e4: No need to run gnus-article-highlight (bug#32706)
Date: Wed, 12 Sep 2018 20:02:40 -0400 (EDT)

branch: master
commit df3d7e401b1b0e34b3f6583894f05841270fc1db
Author: Katsumi Yamaoka <address@hidden>
Commit: Katsumi Yamaoka <address@hidden>

    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 b09f897..6286c53 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]