1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(org-follow-gnus-link): Make sure the dedicated

gnus frame is selected.
This commit is contained in:
Carsten Dominik 2006-08-23 10:07:42 +00:00
parent c4f7363c10
commit 90bb892d7c

View 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)