Skip to content

Eliminate warnings#103

Open
sellout wants to merge 1 commit intoFloobits:masterfrom
sellout:silence-cl-warning
Open

Eliminate warnings#103
sellout wants to merge 1 commit intoFloobits:masterfrom
sellout:silence-cl-warning

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