1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00
emacs/test/src
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
..
regex-resources
alloc-tests.el Deprecate copy-record in favor of copy-sequence 2017-04-07 18:54:40 -07:00
buffer-tests.el
callproc-tests.el
casefiddle-tests.el Implement special sigma casing rule (bug#24603) 2017-04-06 20:54:58 +02:00
charset-tests.el Compare and round more carefully 2017-03-04 23:18:39 -08:00
chartab-tests.el
cmds-tests.el
coding-tests.el
data-tests.el Quieten compilation of some test files 2017-05-31 21:17:28 -04:00
decompress-tests.el
doc-tests.el
editfns-tests.el Add command to replace buffer contents 2017-06-17 15:40:58 +02:00
emacs-module-tests.el Fix failing module tests on GNU/Linux 2017-07-09 16:43:09 -07:00
eval-tests.el Don't require bytecomp for running ert tests 2017-04-22 23:17:59 -04:00
floatfns-tests.el ffloor etc. now accept only floats 2017-03-05 13:31:33 -08:00
fns-tests.el Add an optional testfn parameter to assoc 2017-07-11 10:07:16 +02:00
font-tests.el
inotify-tests.el Some inotify cleanup 2017-03-30 11:08:42 -07:00
keymap-tests.el
lread-tests.el Fix core dump in substitute-object-in-subtree 2017-07-09 16:05:13 -07:00
marker-tests.el
minibuf-tests.el
print-tests.el
process-tests.el
regex-tests.el Quieten compilation of some test files 2017-05-31 21:17:28 -04:00
syntax-tests.el Fix comment detection on open parens 2017-01-23 19:28:30 -05:00
textprop-tests.el
thread-tests.el Rudimentary error handling for non-main threads 2017-01-18 18:00:16 +02:00
undo-tests.el Add test for the fix in the parent commit 2017-06-17 03:55:49 +03:00
xml-tests.el