mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2026-02-04 06:12:25 +00:00
eliminate byte-compilation warnings
- long docstrings - "defcustom fails to specify type" - use '(sexp) - keyword arguments in define-minor-mode - deprecations
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
((fboundp 'cl-return-from)
|
||||
(cl-return-from mc/cycle nil))
|
||||
((fboundp 'return-from)
|
||||
(return-from mc/cycle nil))))
|
||||
(cl-return-from mc/cycle nil))))
|
||||
(setf next-cursor fallback-cursor))
|
||||
(mc/create-fake-cursor-at-point)
|
||||
(mc/pop-state-from-overlay next-cursor)
|
||||
|
||||
Reference in New Issue
Block a user