mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix obsolete case
alias compiler warnings
This commit is contained in:
@ -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)))
|
||||||
|
Reference in New Issue
Block a user