emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 225a355: Tweak the display in gnus-summary-browse-u


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 225a355: Tweak the display in gnus-summary-browse-url
Date: Fri, 26 Jul 2019 10:06:36 -0400 (EDT)

branch: master
commit 225a3554d1daee803928061b9b95ba770a51033d
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Tweak the display in gnus-summary-browse-url
    
    * lisp/gnus/gnus-sum.el (gnus-summary-browse-url): Don't force
    article conf, because the command may be called from the article
    buffer (which may be the only buffer displayed).
---
 lisp/gnus/gnus-sum.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el
index ec807bd..b239890 100644
--- a/lisp/gnus/gnus-sum.el
+++ b/lisp/gnus/gnus-sum.el
@@ -9487,7 +9487,6 @@ default."
   (interactive "P")
   (let (urls target)
     (gnus-summary-select-article)
-    (gnus-configure-windows 'article)
     (gnus-with-article-buffer
       (article-goto-body)
       ;; Back up a char, in case body starts with a widget.



reply via email to

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