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
..
2017-04-07 18:54:40 -07:00
2017-04-06 20:54:58 +02:00
2017-03-04 23:18:39 -08:00
2017-05-31 21:17:28 -04:00
2017-06-17 15:40:58 +02:00
2017-07-09 16:43:09 -07:00
2017-04-22 23:17:59 -04:00
2017-03-05 13:31:33 -08:00
2017-07-11 10:07:16 +02:00
2017-03-30 11:08:42 -07:00
2017-07-09 16:05:13 -07:00
2017-05-31 21:17:28 -04:00
2017-01-23 19:28:30 -05:00
2017-01-18 18:00:16 +02:00
2017-06-17 03:55:49 +03:00