Skip to content

Add missing requires and drop use of cl functions #8

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

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.

@alphapapa alphapapa self-assigned this Jun 26, 2019
@alphapapa alphapapa force-pushed the master branch 3 times, most recently from 61bf95c to 159997c Compare July 25, 2019 01:49
@alphapapa alphapapa force-pushed the master branch 4 times, most recently from e7f0478 to 77fb6f4 Compare January 11, 2020 14:21
@alphapapa alphapapa force-pushed the master branch 2 times, most recently from 7f388b5 to a8a6dd3 Compare November 9, 2020 06:52
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.

2 participants