* org-refile.el: (define-obsolete-function-alias): Added missing version number, which is required since 32c6732d16385f242b1109517f25e9aefd6caa5c was merged into Emacs' master branch. org-copy was made obsolete in f636cf91b6cbe322eca56e23283f4614548c9d65, prior to the 9.4 release. --- 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 a8a2ef2a6..eea896085 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 "9.4") ;;;###autoload (defun org-refile-copy () -- 2.29.2