Fix obsolete case alias compiler warnings

This commit is contained in:
Henrik Lissner 2021-01-10 04:56:40 -05:00
parent 1b6cf5777a
commit 042fd4d929
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)))