summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/map.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/emacs-lisp/map.el (map-inplace): Fix the message of the error.Nicolas Petton2019-03-271-1/+1
* Fix the error message when modifying maps in-place (Bug#34941)Nicolas Petton2019-03-221-2/+2
* * lisp/emacs-lisp/map.el: Bump version to 2.0.Nicolas Petton2019-03-041-1/+1
* * lisp/emacs-lisp/map.el: Prepare for addition to GNU ELPAStefan Monnier2019-01-081-0/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * lisp/emacs-lisp/map.el: Add support for plistsStefan Monnier2018-12-201-30/+78
* | * lisp/emacs-lisp/map.el: Avoid special casing lists.Stefan Monnier2018-12-171-15/+36
* | * lisp/emacs-lisp/map.el: Fix recent changesBasil L. Contovounesios2018-12-141-5/+9
* | * lisp/emacs-lisp/map.el: Make the functions genericStefan Monnier2018-12-111-102/+106
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-2/+2
|/
* ; Fix some tiny doc typosGlenn Morris2018-03-271-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fix Edebug specs for map-let and with-maps-doGemini Lasswell2017-10-241-1/+2
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* * lisp/emacs-lisp/map.el (map-put): Fix redundancy in docstring.Tino Calancha2017-07-171-2/+0
* alist-get: Add optional arg TESTFNTino Calancha2017-07-171-8/+13
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | * lisp/emacs-lisp/map.el (map--dispatch): Fix docstringRobert Cochran2016-08-201-3/+3
* | ; Spelling fixesPaul Eggert2016-06-261-1/+1
* | * lisp/emacs-lisp/map.el (map-contains-key): Better docstringNicolas Petton2016-06-181-1/+1
* | Add new function map-doNicolas Petton2016-06-181-1/+25
* | map.el (map-merge*): Use `map-into' at beginning rather than endStefan Monnier2016-06-181-11/+18
|/
* Fix map-put and map-delete for alists (Bug#23105)Nicolas Petton2016-03-251-26/+10
* Quoting fixes in doc strings and diagnosticsPaul Eggert2016-02-031-1/+1
* * lisp/emacs-lisp/map.el: Improvements to the docstring of the pcase macroNicolas Petton2016-02-031-8/+9
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Rename seq-p and map-p to seqp and mappNicolas Petton2015-11-111-3/+3
* * lisp/emacs-lisp/map.el (map-merge-with): New functionArtur Malabarba2015-11-101-5/+20
* * lisp/emacs-lisp/map.el: Better docstrings.Nicolas Petton2015-10-261-11/+12
* Fix typos in docstringsNicolas Petton2015-10-141-1/+1
* Better docstrings in seq.el and map.elNicolas Petton2015-10-141-3/+7
* Improve the semantic of map-someNicolas Petton2015-09-061-2/+3
* Rename map-contains-key-p and map-some-pNicolas Petton2015-09-061-4/+4
* Add support for gv.el in map.elNicolas Petton2015-07-091-66/+60
* Revert "Define `map-elt' as a generalized variable"Nicolas Petton2015-06-211-28/+24
* Define `map-elt' as a generalized variableNicolas Petton2015-06-211-24/+28
* Reuse `alist-get' in map.elNicolas Petton2015-06-211-10/+2
* * lisp/emacs-lisp/map.el (map-into): Fix a byte-compiler warning.Nicolas Petton2015-06-161-2/+2
* * lisp/emacs-lisp/map.el (map-let): Better docstring.Nicolas Petton2015-06-151-3/+6
* * lisp/emacs-lisp/map.el (map-let): Better docstring.Nicolas Petton2015-06-061-8/+13
* Better syntax for the map pcase patternNicolas Petton2015-06-061-1/+1
* * lisp/emacs-lisp/map.el (map--dispatch): Better docstring.Nicolas Petton2015-06-061-2/+2
* ; * lisp/emacs-lisp/map.el: Fix formatting.Nicolas Petton2015-06-061-7/+7
* Fix a byte-compiler error in map-put and map-deleteNicolas Petton2015-06-061-10/+16
* * lisp/emacs-lisp/map.el (map--dispatch): Move before use.Glenn Morris2015-06-051-32/+32
* * lisp/emacs-lisp/map.el: Better docstring for the map pcase macro.Nicolas Petton2015-06-041-1/+2
* Add a pcase pattern for maps and `map-let' based on itNicolas Petton2015-06-021-0/+35
* Improve the docstring of functions in map.elNicolas Petton2015-05-161-19/+58