1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 20:00:46 -08:00
emacs/doc
Nicolas Petton 0bece6c681 Add an optional testfn parameter to assoc
* src/fns.c (assoc): New optional testfn parameter used for comparison
when provided.
* test/src/fns-tests.el (test-assoc-testfn): Add tests for the new
'testfn' parameter.
* src/buffer.c:
* src/coding.c:
* src/dbusbind.c:
* src/font.c:
* src/fontset.c:
* src/gfilenotify.c:
* src/image.c:
* src/keymap.c:
* src/process.c:
* src/w32fns.c:
* src/w32font.c:
* src/w32notify.c:
* src/w32term.c:
* src/xdisp.c:
* src/xfont.c: Add a third argument to Fassoc calls.
* etc/NEWS:
* doc/lispref/lists.texi: Document the new 'testfn' parameter.
2017-07-11 10:07:16 +02: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 Add an optional testfn parameter to assoc 2017-07-11 10:07:16 +02:00
man Merge from origin/emacs-25 2017-03-19 12:34:03 -07:00
misc Add Quick Start Guide to Tramp manual 2017-07-10 15:36:23 +02:00