Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add when argument to define-obsolete-function-alias #1410

Closed
wants to merge 1 commit into from

Conversation

pkryger
Copy link
Contributor

@pkryger pkryger commented Mar 13, 2021

The when has become mandatory since https://emba.gnu.org/emacs/emacs/-/commit/32c6732d16385f242b1109517f25e9aefd6caa5c (credit to @zflat).

Fortunately the emacs-24.3 (the lowest supported version according to package), has already support for the when parameter.

I've used v2.2 as this is the tag that follows commit that added the obsole call (dbf1ca3).

fixes #1408

The `when` has become mandatory since
https://emba.gnu.org/emacs/emacs/-/commit/32c6732d16385f242b1109517f25e9aefd6caa5c (credit
to @zflat).

Fortunately the emacs-24.3 (the lowest supported version according to package),
has already support for the `when` parameter.

I've used `v2.2` as this is the tag that follows commit that added the obsolete
call (dbf1ca3).
@Andersbakken
Copy link
Owner

Thanks. Sorry about the delay.

@Andersbakken
Copy link
Owner

Not sure why the PR got closed without merging but I manually merged the change from your branch. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

define-obsolete-function-alias needs a third argument
2 participants