Fix obsolete case
alias compiler warnings
This commit is contained in:
parent
1b6cf5777a
commit
042fd4d929
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@
|
||||||
(defun +multiple-cursors-compat-back-to-previous-state-h ()
|
(defun +multiple-cursors-compat-back-to-previous-state-h ()
|
||||||
(when +mc--compat-evil-prev-state
|
(when +mc--compat-evil-prev-state
|
||||||
(unwind-protect
|
(unwind-protect
|
||||||
(case +mc--compat-evil-prev-state
|
(cl-case +mc--compat-evil-prev-state
|
||||||
((normal visual) (evil-force-normal-state))
|
((normal visual) (evil-force-normal-state))
|
||||||
(t (message "Don't know how to handle previous state: %S"
|
(t (message "Don't know how to handle previous state: %S"
|
||||||
+mc--compat-evil-prev-state)))
|
+mc--compat-evil-prev-state)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue