* [PATCH] org-refile: add missing version number
@ 2021-01-09 13:36 David Duthie
2021-01-09 22:31 ` Kyle Meyer
0 siblings, 1 reply; 2+ messages in thread
From: David Duthie @ 2021-01-09 13:36 UTC (permalink / raw)
To: emacs-orgmode; +Cc: David Duthie
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-01-09 22:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-09 13:36 [PATCH] org-refile: add missing version number David Duthie
2021-01-09 22:31 ` Kyle Meyer
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).