mirror of
https://github.com/larstvei/Focus.git
synced 2024-11-26 11:38:32 +00:00
Use cl-lib function instead of cl.el
This commit is contained in:
parent
abad47f1c4
commit
4d31363bf9
2
focus.el
2
focus.el
@ -218,7 +218,7 @@ if active."
|
|||||||
(thing (focus-get-thing)))
|
(thing (focus-get-thing)))
|
||||||
(forward-thing thing n)
|
(forward-thing thing n)
|
||||||
(when (equal current-bounds (focus-bounds))
|
(when (equal current-bounds (focus-bounds))
|
||||||
(forward-thing thing (signum n)))
|
(forward-thing thing (cl-signum n)))
|
||||||
(focus-goto-thing (focus-bounds))))
|
(focus-goto-thing (focus-bounds))))
|
||||||
|
|
||||||
(defun focus-prev-thing (&optional n)
|
(defun focus-prev-thing (&optional n)
|
||||||
|
Loading…
Reference in New Issue
Block a user