diff options
| author | Nicolas Petton | 2015-03-09 12:46:29 +0100 |
|---|---|---|
| committer | Nicolas Petton | 2015-03-09 12:50:24 +0100 |
| commit | b7ed48c3ce8e77acc08d4948684333bef3238d2d (patch) | |
| tree | f391b49af05d99cdde85b933bdaeb1e6598d146c /test/ChangeLog | |
| parent | 8854b9cf5283cac3e4a5a3726325a82b88c1fcb5 (diff) | |
| download | emacs-b7ed48c3ce8e77acc08d4948684333bef3238d2d.tar.gz emacs-b7ed48c3ce8e77acc08d4948684333bef3238d2d.zip | |
Add seq-into as a public function
* lisp/emacs-lisp/seq.el: Make seq-into a public function (replacing
seq--into)
* test/automated/seq-tests.el: Add tests for seq-into
* doc/lispref/sequences.texi: Add documentation for seq-into
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 301cc4046e5..876b9462611 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2015-03-09 Nicolas Petton <nicolas@petton.fr> | ||
| 2 | |||
| 3 | * automated/seq-tests.el (test-seq-into): Add a test for seq-into. | ||
| 4 | |||
| 1 | 2015-03-08 Dmitry Gutov <dgutov@yandex.ru> | 5 | 2015-03-08 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 6 | ||
| 3 | * indent/ruby.rb: Add an example for bug#20026. | 7 | * indent/ruby.rb: Add an example for bug#20026. |