Skip to content

Fixes #30#31

Open
nicholas-stout wants to merge 1 commit into
juliapath:masterfrom
nicholas-stout:patch/cl-lib
Open

Fixes #30#31
nicholas-stout wants to merge 1 commit into
juliapath:masterfrom
nicholas-stout:patch/cl-lib

Conversation

@nicholas-stout

Copy link
Copy Markdown

This commit fixes #30. The root cause of the issue was a call to incf from the now-deprecated cl. This commit changes that call to cl-incf instead, and adds cl-lib as a dependency.

This commit fixes juliapath#30. The root cause of the issue
was a call to `incf` from the now-deprecated `cl`. This commit changes
that call to `cl-incf` instead, and adds `cl-lib` as a dependency.
@nicholas-stout nicholas-stout changed the title Fixes juliapath/evil-numbers#30 Fixes #30 Mar 15, 2026
hlissner added a commit to doomemacs/core that referenced this pull request May 7, 2026
Upstream is using `incf` before it was introduced in Emacs 31 (or maybe
they were trying to use the old, deprecated cl.el macro).

Fix: #8765
Ref: juliapath/evil-numbers#30
Ref: juliapath/evil-numbers#31
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.

Invalid function: incf

1 participant