1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 18:00:40 -08:00
emacs/doc
Tino Calancha 76e1f7d00f alist-get: Add optional arg TESTFN
If TESTFN is non-nil, then it is the predicate to lookup
the alist.  Otherwise, use 'eq' (Bug#27584).
* lisp/subr.el (alist-get): Add optional arg FULL.
* lisp/emacs-lisp/map.el (map-elt, map-put): Add optional arg TESTFN.
* lisp/emacs-lisp/gv.el (alist-get): Update expander.
* doc/lispref/lists.texi (Association Lists): Update manual.
* etc/NEWS: Announce the changes.
* test/lisp/emacs-lisp/map-tests.el (test-map-put-testfn-alist)
(test-map-elt-testfn): New tests.
2017-07-17 21:30:50 +09:00
..
emacs Improve indexing of VC-related stuff in the Emacs manual 2017-07-09 17:46:59 +03:00
lispintro Allow occur command to operate on the region 2017-02-02 19:13:05 +09:00
lispref alist-get: Add optional arg TESTFN 2017-07-17 21:30:50 +09:00
man Merge from origin/emacs-25 2017-03-19 12:34:03 -07:00
misc Merge from gnulib 2017-07-13 19:24:49 -07:00