We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This might not be a big problem right now, I think you should know though, that when byte-compiling the workgroups.el, emacs warns:
workgroups.el
workgroups.el:1410:30:Warning: `flet' is an obsolete macro (as of 24.3); use either `cl-flet' or `cl-letf'.
I don't know elisp well, so I don't know if I can just go into the file and do a replace of the flets in there. There is also the following warning:
flet
workgroups.el:55:1:Warning: cl package required at runtime
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This might not be a big problem right now, I think you should know though, that when byte-compiling the
workgroups.el
, emacs warns:I don't know elisp well, so I don't know if I can just go into the file and do a replace of the
flet
s in there. There is also the following warning:The text was updated successfully, but these errors were encountered: