From 4d31363bf9874ad310491bc81dd6cdf98f7156a7 Mon Sep 17 00:00:00 2001 From: Syohei YOSHIDA Date: Thu, 13 Oct 2016 15:49:57 +0900 Subject: [PATCH] Use cl-lib function instead of cl.el --- focus.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)