emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/focus 741a945866 55/82: Merge branch 'syohex-cl-lib'


From: ELPA Syncer
Subject: [nongnu] elpa/focus 741a945866 55/82: Merge branch 'syohex-cl-lib'
Date: Tue, 6 Sep 2022 04:58:57 -0400 (EDT)

branch: elpa/focus
commit 741a94586651d8f07bbfa939de25e3c2d76444a7
Merge: abad47f1c4 4d31363bf9
Author: Lars Tveito <larstvei@ifi.uio.no>
Commit: Lars Tveito <larstvei@ifi.uio.no>

    Merge branch 'syohex-cl-lib'
---
 focus.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/focus.el b/focus.el
index 231b52f528..5ec37aa104 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]