aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorNicolas Petton2015-10-23 13:20:45 +0200
committerNicolas Petton2015-10-23 13:22:21 +0200
commit0f443a12368d02e256c7e94c3de574c6ceaed86e (patch)
tree5cc3271bfe6fce92a1131237d812b2fa4d86b165 /etc
parent71d6acff1cabbf983c8191d02f084faf3f56d788 (diff)
downloademacs-0f443a12368d02e256c7e94c3de574c6ceaed86e.tar.gz
emacs-0f443a12368d02e256c7e94c3de574c6ceaed86e.zip
New library thunk.el
thunk.el is extracted from stream.el in ELPA, with additional tests. * lisp/emacs-lisp/thunk.el: New file. * test/automated/thunk-tests.el: New file. * etc/NEWS: Add information about thunk.el
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6588aad5bfc..58ab6bec161 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -582,6 +582,11 @@ prefixed with `seq-' and work on lists, strings and vectors.
582The map library provides map-manipulation functions that work on alists, 582The map library provides map-manipulation functions that work on alists,
583hash-table and arrays. All functions are prefixed with "map-". 583hash-table and arrays. All functions are prefixed with "map-".
584 584
585** thunk
586*** New thunk library:
587Thunk provides functions and macros to control the evaluation of
588forms.
589
585** Calendar and diary 590** Calendar and diary
586 591
587+++ 592+++