]> git.eshelyaron.com Git - emacs.git/commitdiff
(org-follow-gnus-link): Make sure the dedicated
authorCarsten Dominik <dominik@science.uva.nl>
Wed, 23 Aug 2006 10:07:42 +0000 (10:07 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Wed, 23 Aug 2006 10:07:42 +0000 (10:07 +0000)
gnus frame is selected.

lisp/textmodes/org.el

index 1fcac6855d93b82033d94063cd2060576ab826e2..ecbcd86d043e64b78be20b85d117ed98c9332974 100644 (file)
@@ -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)