diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -487,6 +487,11 @@ The seq library adds sequence manipulation functions and macros that | |||
| 487 | complement basic functions provided by subr.el. All functions are | 487 | complement basic functions provided by subr.el. All functions are |
| 488 | prefixed with `seq-' and work on lists, strings and vectors. | 488 | prefixed with `seq-' and work on lists, strings and vectors. |
| 489 | 489 | ||
| 490 | ** map | ||
| 491 | *** New map library: | ||
| 492 | The map library provides map-manipulation functions that work on alists, | ||
| 493 | hash-table and arrays. All functions are prefixed with "map-". | ||
| 494 | |||
| 490 | ** Calendar and diary | 495 | ** Calendar and diary |
| 491 | 496 | ||
| 492 | +++ | 497 | +++ |