diff options
| author | Nicolas Petton | 2015-06-04 22:30:29 +0200 |
|---|---|---|
| committer | Nicolas Petton | 2015-06-04 22:30:29 +0200 |
| commit | d4aca72ead4c1e53819e6e3249e26400a9879a0e (patch) | |
| tree | b09c942883cac4e13e4ea883974d3ea8c577a8b2 /etc | |
| parent | 015c89a912f2486ec9ea24968705a84fe7d6fd06 (diff) | |
| parent | cfb35800a8765b3458751bd6992a348f97843894 (diff) | |
| download | emacs-d4aca72ead4c1e53819e6e3249e26400a9879a0e.tar.gz emacs-d4aca72ead4c1e53819e6e3249e26400a9879a0e.zip | |
Merge branch 'map'
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 | +++ |