changeset 72494:37bdcb1f6e30

(org-follow-gnus-link): Make sure the dedicated gnus frame is selected.
author Carsten Dominik <dominik@science.uva.nl>
date Wed, 23 Aug 2006 10:07:42 +0000
parents 34047d6e4ef2
children ebc0557adb2c
files lisp/textmodes/org.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/org.el	Wed Aug 23 10:07:29 2006 +0000
+++ b/lisp/textmodes/org.el	Wed Aug 23 10:07:42 2006 +0000
@@ -9467,6 +9467,7 @@
   "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)