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:
parent
c4f7363c10
commit
90bb892d7c
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue