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 missing requires and drop use of cl functions #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

skeeto
Copy link

@skeeto skeeto commented Jun 5, 2019

I noticed these issues when I byte compiled this file in anticipation of running one of the benchmarks you published.

called-interactively-p is actually a pretty weird function. Its argument is technically optional which is why that call still works. However, the argument being optional is obsolete (via declare) as of Emacs 23.1, so the byte compiler warns about it as if it was required.

@alphapapa
Copy link
Owner

Hi, Chris. Actually, the elisp file is tangled from the Org file, so the fixes need to go in it. I'll copy them over. Thanks for letting me know about these.

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.

None yet

2 participants