diff --git a/focus.el b/focus.el index 231b52f..5ec37aa 100644 --- a/focus.el +++ b/focus.el @@ -218,7 +218,7 @@ if active." (thing (focus-get-thing))) (forward-thing thing n) (when (equal current-bounds (focus-bounds)) - (forward-thing thing (signum n))) + (forward-thing thing (cl-signum n))) (focus-goto-thing (focus-bounds)))) (defun focus-prev-thing (&optional n)