aboutsummaryrefslogtreecommitdiffstats
path: root/test/automated/map-tests.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename seq-p and map-p to seqp and mappNicolas Petton2015-11-111-10/+10
* * lisp/emacs-lisp/map.el (map-merge-with): New functionArtur Malabarba2015-11-101-0/+7
* Improve the semantic of map-someNicolas Petton2015-09-061-14/+12
* Rename map-contains-key-p and map-some-pNicolas Petton2015-09-061-13/+13
* * test/automated/map-tests.el (test-map-delete-return-value): Uncomment test.Nicolas Petton2015-07-091-16/+16
* Add support for gv.el in map.elNicolas Petton2015-07-091-55/+48
* Revert "Define `map-elt' as a generalized variable"Nicolas Petton2015-06-211-12/+12
* Define `map-elt' as a generalized variableNicolas Petton2015-06-211-12/+12
* Fix a unit test for map.elNicolas Petton2015-06-061-3/+3
* * test/automated/map-tests.el: Replace "assert" with "should".Glenn Morris2015-06-051-93/+93
* Add a pcase pattern for maps and `map-let' based on itNicolas Petton2015-06-021-0/+12
* Fix a false negative in `map-elt' with alists and values being nilNicolas Petton2015-04-251-0/+6
* Do not signal an error when trying to delete a key from an arrayNicolas Petton2015-04-241-1/+4
* Minor improvement in map-elt.Nicolas Petton2015-04-241-0/+1
* * test/automated/map-tests.el: Refactoring of test methods.Nicolas Petton2015-04-211-149/+135
* * test/automated/map-tests.el: Renamed from map-test.el.Nicolas Petton2015-04-211-0/+325