1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* lisp/org/org-refile.el (org-copy): Fix missing obsoletion version

This commit is contained in:
Stefan Monnier 2020-12-17 18:21:47 -05:00
parent ddff5d3d87
commit 5ada3eecec

View 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 ()