-
Notifications
You must be signed in to change notification settings - Fork 24
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
Incorrect use of "define-obsolete-variable-alias" #59
Comments
See also https://emba.gnu.org/emacs/emacs/-/commit/32c6732d16385f242b1109517f25e9aefd6caa5c and a similar report in another project: emacs-eaf/emacs-application-framework#509 |
And also at Malabarba/smart-mode-line#251 |
Thanks for pointing out this issue! Pull requests are gratefully accepted, otherwise I'll have to see when I can get to this. |
lbolla
added a commit
to lbolla/flycheck-pycheckers
that referenced
this issue
Apr 14, 2021
Use date and message from the commit that introduced the deprecation. Fix msherry#59
msherry
pushed a commit
that referenced
this issue
Apr 14, 2021
Use date and message from the commit that introduced the deprecation. Fix #59
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The use of
define-obsolete-variable-alias
is wrong here:flycheck-pycheckers/flycheck-pycheckers.el
Line 206 in e8ce874
On Emacs tip, that function requires a third parameter,
when
:Emacs version: GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0) of 2021-03-31
The text was updated successfully, but these errors were encountered: