mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2026-05-05 23:28:19 +00:00
6a62e60bf2
* Fix issue #131 This issue would occur because the function was recieving a raw prefix arg instead of a number. This commit fixes that. * Fix issue with previous commit, add test cases