branch: elpa/isl
commit a25e8d8404f6c30e3da9f0a802fb7aa88afe0968
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Initialize ELEMENT with the first element of the list
---
isl.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/isl.el b/isl.el
index 7d6a9950e77..f5d3aec4d3a 100644
--- a/isl.el
+++ b/isl.el
@@ -813,7 +813,7 @@ changed safely is \\='changing-direction', expect weird
behavior if
you try to modify other elements externally."
(oclosure-lambda (isl-iterator (seq seq)
(tmp-seq seq)
- (element nil)
+ (element (car seq))
(direction 'right)
(changing-direction nil))
()