diff options
| author | Nicolas Petton | 2015-10-23 13:20:45 +0200 |
|---|---|---|
| committer | Nicolas Petton | 2015-10-23 13:22:21 +0200 |
| commit | 0f443a12368d02e256c7e94c3de574c6ceaed86e (patch) | |
| tree | 5cc3271bfe6fce92a1131237d812b2fa4d86b165 /etc | |
| parent | 71d6acff1cabbf983c8191d02f084faf3f56d788 (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -582,6 +582,11 @@ prefixed with `seq-' and work on lists, strings and vectors. | |||
| 582 | The map library provides map-manipulation functions that work on alists, | 582 | The map library provides map-manipulation functions that work on alists, |
| 583 | hash-table and arrays. All functions are prefixed with "map-". | 583 | hash-table and arrays. All functions are prefixed with "map-". |
| 584 | 584 | ||
| 585 | ** thunk | ||
| 586 | *** New thunk library: | ||
| 587 | Thunk provides functions and macros to control the evaluation of | ||
| 588 | forms. | ||
| 589 | |||
| 585 | ** Calendar and diary | 590 | ** Calendar and diary |
| 586 | 591 | ||
| 587 | +++ | 592 | +++ |