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

lispy.el (lispy-raise-minor-mode): Fix duplication in alist #589

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

Conversation

taku0
Copy link

@taku0 taku0 commented Apr 16, 2021

delq deletes elements eq to the given value, so we should pass x, which is a cons, rather than mode, which is a symbol.

`delq` deletes elements `eq` to the given value.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.06%) to 62.714% when pulling 156b952 on taku0:fix-lispy-raise-minor-mode into 38a7df4 on abo-abo:master.

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