abo-abo / lispy

Short and sweet LISP editing
http://oremacs.com/lispy/
1.2k stars 130 forks source link

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

Open taku0 opened 3 years ago

taku0 commented 3 years ago

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

coveralls commented 3 years ago

Coverage Status

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