mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 13:03:03 +00:00

Aliasing built-in (cl) functions to cl-lib versions when they are available in older Emacs versions can seemingly lead to problems including infinite loops during byte compilation. Since cl-lib works with all Emacs versions supported by multiple-cursors, just depend on this directly instead. This commit makes the necessary changes, both to code, documentation and package metadata.
4 lines
96 B
EmacsLisp
4 lines
96 B
EmacsLisp
(define-package "multiple-cursors" "1.3.0"
|
|
"Multiple cursors for Emacs."
|
|
'((cl-lib "0.5")))
|