chiark / gitweb /
src/builtin.lisp (method-keyword-argument-lists): Don't `delete-duplicates'.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 26 Mar 2017 14:16:18 +0000 (15:16 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 8 Jun 2018 18:58:28 +0000 (19:58 +0100)
commit4b64aeef18655c33e033e9e0eadf939f51581d5e
tree3cc1db14da7d0a749c2594465099f72928ce3f9b
parent32bb097f2613b22e14feb1a9820eb21289856eb3
src/builtin.lisp (method-keyword-argument-lists): Don't `delete-duplicates'.

No idea why this was here.  The `merge-keyword-lists' function copes
fine with duplicate names.  And the `:key' argument was hopelessly
wrong, so the code could never have worked.
src/builtin.lisp