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

Flycheck patches #147

Merged
merged 4 commits into from
Nov 4, 2022
Merged

Flycheck patches #147

merged 4 commits into from
Nov 4, 2022

Conversation

andyjda
Copy link
Contributor

@andyjda andyjda commented Nov 2, 2022

While working on the describe-key branch, I noticed a couple of compilation warnings in other parts of the code.
I figured it'd be better to have these "fixes" on a separate branch, to make it easier to compare.

  1. the comment at line 133 is the warning I was getting: Use keywords rather than deprecated positional arguments to define-minor-mode'`
  2. the argument help-key is not used. I turned off the warning by adding the underscore to the name (signaling to the compiler that it'll be ignored). But someone who's more familiar with the code can maybe decide if it should be removed completely

Copy link
Collaborator

@darth10 darth10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! I cleaned up some of your comments.

@darth10 darth10 merged commit c4aea10 into emacsorphanage:master Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants