From 90bb892d7c65ab2d1fe359ad247be0cabc1031cc Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Wed, 23 Aug 2006 10:07:42 +0000 Subject: [PATCH] (org-follow-gnus-link): Make sure the dedicated gnus frame is selected. --- lisp/textmodes/org.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index 1fcac6855d9..ecbcd86d043 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el @@ -9467,6 +9467,7 @@ onto the ring." "Follow a Gnus link to GROUP and ARTICLE." (require 'gnus) (funcall (cdr (assq 'gnus org-link-frame-setup))) + (if gnus-other-frame-object (select-frame gnus-other-frame-object)) (if group (gnus-fetch-group group)) (if article (or (gnus-summary-goto-article article nil 'force) -- 2.39.5