]> git.eshelyaron.com Git - emacs.git/commit
Use a generic function for creating streams from different sources
authorNicolas Petton <nicolas@petton.fr>
Fri, 14 Aug 2015 13:53:24 +0000 (15:53 +0200)
committerNicolas Petton <nicolas@petton.fr>
Fri, 14 Aug 2015 13:55:59 +0000 (15:55 +0200)
commit25f2c063b97f24dcefb5cf1d910fb8210650f252
tree756aad688fdf0eb36e5d69db63da83825c0558d2
parent8d3eb023633fd4f4131ef34ba9266daa3f05cfe4
Use a generic function for creating streams from different sources

* lisp/emacs-lisp/stream.el (stream): New generic function.
* test/automated/stream-tests.el (stream-list-test): Fix a reference to
  the old `stream-list' function
lisp/emacs-lisp/stream.el
test/automated/stream-tests.el