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

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

[elpa] externals-release/org 248dfcd 1/2: Backport commit 5ada3eece from


From: ELPA Syncer
Subject: [elpa] externals-release/org 248dfcd 1/2: Backport commit 5ada3eece from Emacs
Date: Thu, 7 Jan 2021 00:57:11 -0500 (EST)

branch: externals-release/org
commit 248dfcd711a7c82f7443227f0ee0f7adc5f1f477
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Kyle Meyer <kyle@kyleam.com>

    Backport commit 5ada3eece from Emacs
    
    * lisp/org-refile.el (org-copy): Fix missing obsoletion version.
    
    5ada3eecec79703a84e2f2c38cae16ef4b2600cc
    Stefan Monnier
    Thu Dec 17 18:21:47 2020 -0500
---
 lisp/org-refile.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-refile.el b/lisp/org-refile.el
index f7ba156..1e0c339 100644
--- a/lisp/org-refile.el
+++ b/lisp/org-refile.el
@@ -373,7 +373,7 @@ the *old* location.")
 (defvar org-refile-keep nil
   "Non-nil means `org-refile' will copy instead of refile.")
 
-(define-obsolete-function-alias 'org-copy 'org-refile-copy)
+(define-obsolete-function-alias 'org-copy 'org-refile-copy "Org 9.4")
 
 ;;;###autoload
 (defun org-refile-copy ()



reply via email to

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