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:
parent
ddff5d3d87
commit
5ada3eecec
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue