Michael Heerdegen writes: > While preparing the commit I noticed these two problems: > > (1) Why does (seq-empty-p (stream-empty)) return nil? That's at least a > pitfall, or a bug. Why is there no implementation of `seq-empty-p' in > stream.el (I know stream-empty-p exists)? That's a bug, I'll post a fix :-) > (2) In stream-tests.el, there is now an undefined function > `seq-take-until'. Ok, I'll post a fix for this as well. Thanks! Nico