projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddff5d3
)
* lisp/org/org-refile.el (org-copy): Fix missing obsoletion version
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 17 Dec 2020 23:21:47 +0000
(18:21 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 17 Dec 2020 23:21:47 +0000
(18:21 -0500)
lisp/org/org-refile.el
patch
|
blob
|
history
diff --git
a/lisp/org/org-refile.el
b/lisp/org/org-refile.el
index 2a3fad53e80a67b59ded10dbccb05bc0a9ced992..9eab7e1edeba4555410903ffd3a7329a6d9747ce 100644
(file)
--- a/
lisp/org/org-refile.el
+++ b/
lisp/org/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 ()