mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 13:03:03 +00:00
Remove superfluous lambda.
Caught by magnars (https://github.com/magnars/multiple-cursors.el/pull/23#commitcomment-1983191)
This commit is contained in:
parent
e4adefc04e
commit
a8b632386d
@ -50,8 +50,7 @@
|
|||||||
(cons (cons 'apply (cons 'activate-cursor-for-undo (list id))) buffer-undo-list)))))
|
(cons (cons 'apply (cons 'activate-cursor-for-undo (list id))) buffer-undo-list)))))
|
||||||
|
|
||||||
(defun mc/all-fake-cursors (&optional start end)
|
(defun mc/all-fake-cursors (&optional start end)
|
||||||
(remove-if-not (lambda (overlay)
|
(remove-if-not 'mc/fake-cursor-p
|
||||||
(mc/fake-cursor-p overlay))
|
|
||||||
(overlays-in (or start (point-min))
|
(overlays-in (or start (point-min))
|
||||||
(or end (point-max)))))
|
(or end (point-max)))))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user