Commit graph

53 commits

Author SHA1 Message Date
Nicolas Petton
924ea3ff9d * lisp/emacs-lisp/map.el: Removes byte-compilation warnings. 2015-04-18 20:04:17 +02:00
Nicolas Petton
35c27cd581 Throw an error when converting a map into an unknown map type
* lisp/emacs-lisp/map.el (map-into): Throw an error if type is not valid.
* test/automated/map-test.el: Add a regression test.
2015-04-18 16:35:43 +02:00
Nicolas Petton
c3acb3258d New library map.el similar to seq.el but for mapping data structures.
* test/automated/map-test.el: New file.
* lisp/emacs-lisp/map.el: New file.
2015-04-18 16:22:16 +02:00