hlissner / evil-snipe

2-char searching ala vim-sneak & vim-seek, for evil-mode
MIT License
340 stars 25 forks source link

Invalid function (quote line) #4

Closed sebastiansturm closed 9 years ago

sebastiansturm commented 9 years ago

I'm getting an error message saying Invalid function: (quote line) on GNU Emacs 25.0.50.1 (x86_64-apple-darwin14.0.0, NS appkit-1343.16 Version 10.10.1 (Build 14B25)). Changing case in line 180 of evil-snipe.el to cl-case seems to fix this. thanks, Sebastian

hlissner commented 9 years ago

I switched to cl-lib (which includes renaming all the case's with cl-case) -- hopefully that'll prevent that from happening again. Thanks for letting me know!

sebastiansturm commented 9 years ago

thank you for fixing this!