diff options
| -rw-r--r-- | lisp/textmodes/org.el | 1 |
1 files changed, 1 insertions, 0 deletions
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." | |||
| 9467 | "Follow a Gnus link to GROUP and ARTICLE." | 9467 | "Follow a Gnus link to GROUP and ARTICLE." |
| 9468 | (require 'gnus) | 9468 | (require 'gnus) |
| 9469 | (funcall (cdr (assq 'gnus org-link-frame-setup))) | 9469 | (funcall (cdr (assq 'gnus org-link-frame-setup))) |
| 9470 | (if gnus-other-frame-object (select-frame gnus-other-frame-object)) | ||
| 9470 | (if group (gnus-fetch-group group)) | 9471 | (if group (gnus-fetch-group group)) |
| 9471 | (if article | 9472 | (if article |
| 9472 | (or (gnus-summary-goto-article article nil 'force) | 9473 | (or (gnus-summary-goto-article article nil 'force) |