* [BUG] In emacs 28 "when" parameter are mandatory in function define-obsolete-function-alias
@ 2021-01-06 14:16 Vincenzo Pupillo
2021-01-07 5:21 ` Kyle Meyer
0 siblings, 1 reply; 2+ messages in thread
From: Vincenzo Pupillo @ 2021-01-06 14:16 UTC (permalink / raw)
To: emacs-orgmode
Ciao, in emacs 28 (master branch, commit 32c6732d16385f242b1109517f25e9aefd6caa5c) define-obsolete-function-alias has "when" parameter mandatory.
The line 376 of org-refile.el raise an error: "Wrong number of arguments: (3 . 4), 2"
lisp/org-refile.el
376:(define-obsolete-function-alias 'org-copy 'org-refile-copy)
Regards,
Vincenzo
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [BUG] In emacs 28 "when" parameter are mandatory in function define-obsolete-function-alias
2021-01-06 14:16 [BUG] In emacs 28 "when" parameter are mandatory in function define-obsolete-function-alias Vincenzo Pupillo
@ 2021-01-07 5:21 ` Kyle Meyer
0 siblings, 0 replies; 2+ messages in thread
From: Kyle Meyer @ 2021-01-07 5:21 UTC (permalink / raw)
To: Vincenzo Pupillo; +Cc: emacs-orgmode
Vincenzo Pupillo writes:
> Ciao, in emacs 28 (master branch, commit
> 32c6732d16385f242b1109517f25e9aefd6caa5c)
> define-obsolete-function-alias has "when" parameter mandatory.
> The line 376 of org-refile.el raise an error: "Wrong number of arguments: (3 . 4), 2"
>
> lisp/org-refile.el
> 376:(define-obsolete-function-alias 'org-copy 'org-refile-copy)
Thanks for reporting. This came up in
<https://orgmode.org/list/87o8i2cpb2.fsf@gmail.com> as well.
Fixed by 248dfcd71.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-01-07 5:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-06 14:16 [BUG] In emacs 28 "when" parameter are mandatory in function define-obsolete-function-alias Vincenzo Pupillo
2021-01-07 5:21 ` Kyle Meyer
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.