]> git.eshelyaron.com Git - emacs.git/commit
Replace some uses of cl-mapcan with mapcan
authorBasil L. Contovounesios <contovob@tcd.ie>
Sun, 21 Jun 2020 13:31:16 +0000 (14:31 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sun, 21 Jun 2020 13:33:16 +0000 (14:33 +0100)
commita4d3897d8f0caa54be1e1d081651ed6640b7f25e
treef7a4b924761d9adf33b8c617885641448fe3cc8b
parentf18b035763785ffa9d8e27f3ec2be183b741502e
Replace some uses of cl-mapcan with mapcan

* lisp/progmodes/project.el (project-files, project-files):
* lisp/progmodes/xref.el (xref-backend-references)
(xref--convert-hits):
* test/lisp/emacs-lisp/package-tests.el
(package-test-strip-version): Replace cl-mapcan with equivalent
calls to mapcan.
lisp/progmodes/project.el
lisp/progmodes/xref.el
test/lisp/emacs-lisp/package-tests.el