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

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

[nongnu] elpa/org-contrib f14585c2d3: * lisp/ol-wl.el: Do not use obsole


From: ELPA Syncer
Subject: [nongnu] elpa/org-contrib f14585c2d3: * lisp/ol-wl.el: Do not use obsolete function names
Date: Sat, 16 Sep 2023 07:01:11 -0400 (EDT)

branch: elpa/org-contrib
commit f14585c2d34db1ad2906d58e79a5a97a6cabb401
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    * lisp/ol-wl.el: Do not use obsolete function names
    
    (org-wl-store-link-folder):
    (org-wl-store-link-message): Update function names to non-obsolete.
---
 lisp/ol-wl.el | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/lisp/ol-wl.el b/lisp/ol-wl.el
index 413a042925..1940530881 100644
--- a/lisp/ol-wl.el
+++ b/lisp/ol-wl.el
@@ -162,7 +162,7 @@ ENTITY is a message entity."
       (beginning-of-line)
       (unless (and (wl-folder-buffer-group-p)
                   (looking-at wl-folder-group-regexp))
-       (org-store-link-props :type "wl" :description petname
+       (org-link-store-props :type "wl" :description petname
                              :link link)
        link))))
 
@@ -216,7 +216,7 @@ ENTITY is a message entity."
            (cond
             ((and (eq folder-type 'shimbun)
                   org-wl-shimbun-prefer-web-links xref)
-             (org-store-link-props :type "http" :link xref :description subject
+             (org-link-store-props :type "http" :link xref :description subject
                                    :from from :to to :message-id message-id
                                    :message-id-no-brackets 
message-id-no-brackets
                                    :subject subject))
@@ -227,18 +227,18 @@ ENTITY is a message entity."
                         "http://mid.gmane.org/%s";
                        "https://groups.google.com/groups/search?as_umsgid=%s";)
                     (url-encode-url message-id)))
-             (org-store-link-props :type "http" :link link :description subject
+             (org-link-store-props :type "http" :link link :description subject
                                    :from from :to to :message-id message-id
                                    :message-id-no-brackets 
message-id-no-brackets
                                    :subject subject))
             (t
-             (org-store-link-props :type "wl" :from from :to to
+             (org-link-store-props :type "wl" :from from :to to
                                    :subject subject :message-id message-id
                                    :message-id-no-brackets 
message-id-no-brackets)
-             (setq desc (org-email-link-description))
+             (setq desc (org-link-email-description))
              (setq link (concat "wl:" folder-name "#" message-id-no-brackets))
-             (org-add-link-props :link link :description desc)))
-           (org-add-link-props :date date)
+             (org-link-add-props :link link :description desc)))
+           (org-link-add-props :date date)
            (or link xref)))))))
 
 (defun org-wl-open-nntp (path)



reply via email to

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