Browse Source

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
Stefan Monnier 4 năm trước cách đây
mục cha
commit
248dfcd711
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lisp/org-refile.el

+ 1 - 1
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 ()