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" to "define-obsolete-function-alias" in el-get-status.el #2795

Closed
jeffkowalski opened this issue Jan 9, 2021 · 1 comment
Closed

Comments

@jeffkowalski
Copy link

jeffkowalski commented Jan 9, 2021

A recent change in Emacs 28 has made the third argument (WHEN) of define-obsolete-function-alias mandatory. Code that depends on list-utils.el gets repeated error messages because of two uses of that function with only the old-name and new-name signature. The problem is easy to fix: add a date to the definition.

See

(define-obsolete-function-alias 'el-get-package-status 'el-get-read-package-status)

@stephan-cr
Copy link
Contributor

This issue is fixed in #2801.

@alexott alexott closed this as completed Dec 27, 2021
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

No branches or pull requests

3 participants