emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 42630e999a: ol-gnus: Fix call to `org-link-frame-se


From: ELPA Syncer
Subject: [elpa] externals/org 42630e999a: ol-gnus: Fix call to `org-link-frame-setup-function'
Date: Sat, 28 Dec 2024 15:58:22 -0500 (EST)

branch: externals/org
commit 42630e999a28abe8fd3fcdb00f86fdf504e4dd9c
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    ol-gnus: Fix call to `org-link-frame-setup-function'
    
    * lisp/ol-gnus.el (org-gnus-follow-link): Call
    `org-link-frame-setup-function' with the required argument.
---
 lisp/ol-gnus.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ol-gnus.el b/lisp/ol-gnus.el
index b71da9b833..dec1ae0950 100644
--- a/lisp/ol-gnus.el
+++ b/lisp/ol-gnus.el
@@ -227,7 +227,7 @@ If `org-store-link' was called with a prefix arg the 
meaning of
 (defun org-gnus-follow-link (&optional group article)
   "Follow a Gnus link to GROUP and ARTICLE."
   (require 'gnus)
-  (funcall (org-link-frame-setup-function))
+  (funcall (org-link-frame-setup-function 'gnus))
   (when gnus-other-frame-object (select-frame gnus-other-frame-object))
   (let ((group (org-no-properties group))
        (article (org-no-properties article)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]