aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorNicolas Petton2015-03-09 12:46:29 +0100
committerNicolas Petton2015-03-09 12:50:24 +0100
commitb7ed48c3ce8e77acc08d4948684333bef3238d2d (patch)
treef391b49af05d99cdde85b933bdaeb1e6598d146c /test/ChangeLog
parent8854b9cf5283cac3e4a5a3726325a82b88c1fcb5 (diff)
downloademacs-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/ChangeLog4
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 @@
12015-03-09 Nicolas Petton <nicolas@petton.fr>
2
3 * automated/seq-tests.el (test-seq-into): Add a test for seq-into.
4
12015-03-08 Dmitry Gutov <dgutov@yandex.ru> 52015-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.