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

Remove needless quotes from keylist of case macro #1790

Merged
merged 1 commit into from
Nov 6, 2022

Conversation

syohex
Copy link
Contributor

@syohex syohex commented Nov 4, 2022

Development Emacs(29.0.50) generates following byte-compile warnings. This PR fixes warnings like below ones.

haskell-cabal.el:704:12: Warning: Case 'before will match ‘quote’.  If that’s
    intended, write (before quote) instead.  Otherwise, don’t quote ‘before’.
haskell-cabal.el:704:12: Warning: Case 'after will match ‘quote’.  If that’s
    intended, write (after quote) instead.  Otherwise, don’t quote ‘after’.
haskell-cabal.el:704:12: Warning: Case 'single will match ‘quote’.  If that’s
    intended, write (single quote) instead.  Otherwise, don’t quote ‘single’.

@purcell
Copy link
Member

purcell commented Nov 6, 2022

Super, thank you!

@purcell purcell merged commit 910800d into haskell:master Nov 6, 2022
@syohex syohex deleted the needless-quote branch November 6, 2022 11:56
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

2 participants