index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
map.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Edebug specs for map-let and with-maps-do
Gemini Lasswell
2017-10-24
1
-1
/
+2
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
* lisp/emacs-lisp/map.el (map-put): Fix redundancy in docstring.
Tino Calancha
2017-07-17
1
-2
/
+0
*
alist-get: Add optional arg TESTFN
Tino Calancha
2017-07-17
1
-8
/
+13
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
* lisp/emacs-lisp/map.el (map--dispatch): Fix docstring
Robert Cochran
2016-08-20
1
-3
/
+3
*
|
; Spelling fixes
Paul Eggert
2016-06-26
1
-1
/
+1
*
|
* lisp/emacs-lisp/map.el (map-contains-key): Better docstring
Nicolas Petton
2016-06-18
1
-1
/
+1
*
|
Add new function map-do
Nicolas Petton
2016-06-18
1
-1
/
+25
*
|
map.el (map-merge*): Use `map-into' at beginning rather than end
Stefan Monnier
2016-06-18
1
-11
/
+18
|
/
*
Fix map-put and map-delete for alists (Bug#23105)
Nicolas Petton
2016-03-25
1
-26
/
+10
*
Quoting fixes in doc strings and diagnostics
Paul Eggert
2016-02-03
1
-1
/
+1
*
* lisp/emacs-lisp/map.el: Improvements to the docstring of the pcase macro
Nicolas Petton
2016-02-03
1
-8
/
+9
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Rename seq-p and map-p to seqp and mapp
Nicolas Petton
2015-11-11
1
-3
/
+3
*
* lisp/emacs-lisp/map.el (map-merge-with): New function
Artur Malabarba
2015-11-10
1
-5
/
+20
*
* lisp/emacs-lisp/map.el: Better docstrings.
Nicolas Petton
2015-10-26
1
-11
/
+12
*
Fix typos in docstrings
Nicolas Petton
2015-10-14
1
-1
/
+1
*
Better docstrings in seq.el and map.el
Nicolas Petton
2015-10-14
1
-3
/
+7
*
Improve the semantic of map-some
Nicolas Petton
2015-09-06
1
-2
/
+3
*
Rename map-contains-key-p and map-some-p
Nicolas Petton
2015-09-06
1
-4
/
+4
*
Add support for gv.el in map.el
Nicolas Petton
2015-07-09
1
-66
/
+60
*
Revert "Define `map-elt' as a generalized variable"
Nicolas Petton
2015-06-21
1
-28
/
+24
*
Define `map-elt' as a generalized variable
Nicolas Petton
2015-06-21
1
-24
/
+28
*
Reuse `alist-get' in map.el
Nicolas Petton
2015-06-21
1
-10
/
+2
*
* lisp/emacs-lisp/map.el (map-into): Fix a byte-compiler warning.
Nicolas Petton
2015-06-16
1
-2
/
+2
*
* lisp/emacs-lisp/map.el (map-let): Better docstring.
Nicolas Petton
2015-06-15
1
-3
/
+6
*
* lisp/emacs-lisp/map.el (map-let): Better docstring.
Nicolas Petton
2015-06-06
1
-8
/
+13
*
Better syntax for the map pcase pattern
Nicolas Petton
2015-06-06
1
-1
/
+1
*
* lisp/emacs-lisp/map.el (map--dispatch): Better docstring.
Nicolas Petton
2015-06-06
1
-2
/
+2
*
; * lisp/emacs-lisp/map.el: Fix formatting.
Nicolas Petton
2015-06-06
1
-7
/
+7
*
Fix a byte-compiler error in map-put and map-delete
Nicolas Petton
2015-06-06
1
-10
/
+16
*
* lisp/emacs-lisp/map.el (map--dispatch): Move before use.
Glenn Morris
2015-06-05
1
-32
/
+32
*
* lisp/emacs-lisp/map.el: Better docstring for the map pcase macro.
Nicolas Petton
2015-06-04
1
-1
/
+2
*
Add a pcase pattern for maps and `map-let' based on it
Nicolas Petton
2015-06-02
1
-0
/
+35
*
Improve the docstring of functions in map.el
Nicolas Petton
2015-05-16
1
-19
/
+58
*
Faster implementation of map-empty-p
Nicolas Petton
2015-04-29
1
-1
/
+5
*
* lisp/emacs-lisp/map.el: Better docstrings.
Nicolas Petton
2015-04-29
1
-9
/
+6
*
* lisp/emacs-lisp/map.el (map-pairs): Dump redundant lambda
Artur Malabarba
2015-04-25
1
-3
/
+1
*
* lisp/emacs-lisp/map.el (map--elt-list): Better docstring.
Nicolas Petton
2015-04-25
1
-1
/
+1
*
* lisp/emacs-lisp/map.el (map--elt-list): Minor refactoring.
Nicolas Petton
2015-04-25
1
-1
/
+1
*
Fix a false negative in `map-elt' with alists and values being nil
Nicolas Petton
2015-04-25
1
-2
/
+11
*
* lisp/emacs-lisp/map.el (map--dispatch): Improve the docstring.
Nicolas Petton
2015-04-24
1
-1
/
+1
*
Do not signal an error when trying to delete a key from an array
Nicolas Petton
2015-04-24
1
-2
/
+9
*
* lisp/emacs-lisp/map.el: Better docstring.
Nicolas Petton
2015-04-24
1
-1
/
+2
*
Minor improvement in map-elt.
Nicolas Petton
2015-04-24
1
-2
/
+11
*
* lisp/emacs-lisp/map.el (map-into): Better error message.
Nicolas Petton
2015-04-18
1
-1
/
+1
*
* lisp/emacs-lisp/map.el: Removes byte-compilation warnings.
Nicolas Petton
2015-04-18
1
-4
/
+4
*
Throw an error when converting a map into an unknown map type
Nicolas Petton
2015-04-18
1
-1
/
+2
[next]