]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/org/org-refile.el (org-copy): Fix missing obsoletion version
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 17 Dec 2020 23:21:47 +0000 (18:21 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 17 Dec 2020 23:21:47 +0000 (18:21 -0500)
lisp/org/org-refile.el

index 2a3fad53e80a67b59ded10dbccb05bc0a9ced992..9eab7e1edeba4555410903ffd3a7329a6d9747ce 100644 (file)
@@ -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 ()