Merge branch 'syohex-cl-lib'

This commit is contained in:
Lars Tveito 2016-10-13 13:01:11 +02:00
commit 741a945866

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)