]> git.eshelyaron.com Git - emacs.git/commit
Code refactoring assoc-delete-all assq-delete-all
authortino calancha <tino.calancha@gmail.com>
Sun, 28 Jan 2018 04:05:54 +0000 (13:05 +0900)
committertino calancha <tino.calancha@gmail.com>
Sun, 28 Jan 2018 04:05:54 +0000 (13:05 +0900)
commit9824885fabea53f8c4461d038f4c1edad1b8f591
treeaa19118775e261b24e796ff54d28cd74b76a7d43
parent26ee371d6dc7bd650db003a3bb62c11474373036
Code refactoring assoc-delete-all assq-delete-all

* lisp/subr.el (assoc-delete-all): Add optional arg TEST.
(assq-delete-all): Use assoc-delete-all.

* test/lisp/subr-tests.el (subr-tests--assoc-delete-all)
(subr-tests--assq-delete-all): New tests.

* doc/lispref/lists.texi (Association Lists): Document
assoc-delete-all in the manual.

; * etc/NEWS: Announce assoc-delete-all.
doc/lispref/lists.texi
etc/NEWS
lisp/subr.el
test/lisp/subr-tests.el