Use cl-lib function instead of cl.el

This commit is contained in:
Syohei YOSHIDA 2016-10-13 15:49:57 +09:00
parent abad47f1c4
commit 4d31363bf9

View File

@ -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)