]> git.eshelyaron.com Git - emacs.git/commit
Port registry.el the rest of the way to cl-lib
authorMark Oteiza <mvoteiza@udel.edu>
Thu, 17 Nov 2016 23:27:38 +0000 (18:27 -0500)
committerMark Oteiza <mvoteiza@udel.edu>
Thu, 17 Nov 2016 23:27:38 +0000 (18:27 -0500)
commit922426da38f18590228637b74043408656c2dd4d
tree72772e52059da85190961de2bbfd6256378fbf3d
parent5b003caa21bb840e3aad1bfc37d941db2b253918
Port registry.el the rest of the way to cl-lib

This file already is using cl-lib functions at runtime; eieio ultimately
loads cl-lib, which explains why doing so wasn't an issue.
* lisp/registry.el: Require cl-lib.
(registry-db, registry--match, registry-search, registry-delete):
(registry-insert, registry-reindex): Replace cl macros with cl-lib ones.
(registry-collect-prune-candidates): Replace cl function with cl-lib one.
lisp/registry.el