gabesoft / evil-mc

Multiple cursors implementation for evil-mode
MIT License
388 stars 36 forks source link

Fix unknown interactive code problem #113

Closed geza-herman closed 3 years ago

geza-herman commented 3 years ago

In the emacs/native-comp branch, evil-mc-cursor-make.el fails to compile, because:

Debugger entered--Lisp error: (user-error "Unknown interactive code: ‘’") user-error("Unknown interactive code: `%s'" "") evil-interactive-string("") evil-interactive-form("") apply(evil-interactive-form "")

This PR fixes this error.