branch: elpa/isl
commit b7402a51b6c2fb3f1a7be5abdee0f8553b0de79f
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Reindent
---
 isl.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/isl.el b/isl.el
index 776bd555321..eff93f55208 100644
--- a/isl.el
+++ b/isl.el
@@ -832,7 +832,7 @@ When SKIP-FIRST is specified build iterator with the 
current overlay
 appended at end."
   (let* ((lst (memql isl--last-overlay isl--item-overlays))
          (ovs (nconc lst (nbutlast isl--item-overlays (length lst)))))
-      (setq isl--iterator (isl-iter-circular ovs))))
+    (setq isl--iterator (isl-iter-circular ovs))))
 
 (defun isl-delete-overlays ()
   "Cleanup ovelays."

Reply via email to