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

Eliminate warnings #103

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

Conversation

sellout
Copy link
Contributor

@sellout sellout commented Nov 1, 2022

cl is deprecated in favor of cl-lib, and some of the functions have been
deprecated in favor of ones with a cl- prefix. The cl-lib module was added
in Emacs 24.2.

Also, floobits-highlight-apply-f was relying on a dynamic var unnecssarily.

Fixes #102

`cl` is deprecated in favor of `cl-lib`, and some of the functions have been
deprecated in favor of ones with a `cl-` prefix. The `cl-lib` module was added
in Emacs 24.2.

Also, `floobits-highlight-apply-f` was relying on a dynamic var unnecssarily.
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.

using deprecated cl package
1 participant