diff options
| author | Stefan Monnier | 2020-12-17 18:21:47 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2020-12-17 18:21:47 -0500 |
| commit | 5ada3eecec79703a84e2f2c38cae16ef4b2600cc (patch) | |
| tree | d5cff178d6630a28c08389618e9905651e1f57a0 | |
| parent | ddff5d3d879d23f0684b8abe7d923fce4f86ec2e (diff) | |
| download | emacs-5ada3eecec79703a84e2f2c38cae16ef4b2600cc.tar.gz emacs-5ada3eecec79703a84e2f2c38cae16ef4b2600cc.zip | |
* lisp/org/org-refile.el (org-copy): Fix missing obsoletion version
| -rw-r--r-- | lisp/org/org-refile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-refile.el b/lisp/org/org-refile.el index 2a3fad53e80..9eab7e1edeb 100644 --- a/lisp/org/org-refile.el +++ b/lisp/org/org-refile.el | |||
| @@ -373,7 +373,7 @@ the *old* location.") | |||
| 373 | (defvar org-refile-keep nil | 373 | (defvar org-refile-keep nil |
| 374 | "Non-nil means `org-refile' will copy instead of refile.") | 374 | "Non-nil means `org-refile' will copy instead of refile.") |
| 375 | 375 | ||
| 376 | (define-obsolete-function-alias 'org-copy 'org-refile-copy) | 376 | (define-obsolete-function-alias 'org-copy 'org-refile-copy "Org 9.4") |
| 377 | 377 | ||
| 378 | ;;;###autoload | 378 | ;;;###autoload |
| 379 | (defun org-refile-copy () | 379 | (defun org-refile-copy () |