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

Fix byte-compiler warnings of calls to deprecated functions or missing declarations. #107

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

pierre-rouleau
Copy link

In my repo I have also merge the work from others that fixed some of the warnings (but not all). And the addition of cl- forms for Emacs Lisp.

dfeich and others added 5 commits March 2, 2021 21:26
Change from deprecated cl library to non-deprecated cl-lib.
- Retain Emacs 24 compatibility. If Emacs 25 had been the requirement could have used defvar-local.
  - Add empty defvar forward declaration of variable to prevent byte-compiler warnings.
- Add declare-function forms where needed, including in places where the byte compiler does not track
  declarations when a defun is inside a code branch.
- Unused arguments of hooks have names that begin with underscore to prevent byte compiler warning.
Extend elisp parser regexp to understand cl-*
@pierre-rouleau
Copy link
Author

@gregsexton Thanks for this nice package! I hope that you will be able to merge this work.

@pataquets
Copy link

pataquets commented Sep 10, 2023

@gregsexton ping. Anything else needed here?
EDIT: It would fix #90. See also #98, #102, #113.

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

4 participants