diff options
author | Nicolas Petton <nicolas@petton.fr> | 2015-05-16 11:35:00 +0200 |
---|---|---|
committer | Nicolas Petton <nicolas@petton.fr> | 2015-05-16 11:35:00 +0200 |
commit | 6591d361390daa6c36045b82acb9ea548687879c (patch) | |
tree | e4dba4f2aea642ab771defe8e59eafded328e355 | |
parent | 3fe404ca668c10763b1fcb1af3e56b7989d163a0 (diff) | |
download | emacs-6591d361390daa6c36045b82acb9ea548687879c.tar.gz |
* etc/NEWS: Add an entry about map.el
-rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -407,6 +407,11 @@ The seq library adds sequence manipulation functions and macros that complement basic functions provided by subr.el. All functions are prefixed with `seq-' and work on lists, strings and vectors. +** map +*** New map library: +The map library provides map-manipulation functions that work on alists, +hash-table and arrays. All functions are prefixed with "map-". + ** Calendar and diary +++ |