]> git.eshelyaron.com Git - emacs.git/commit
Remove uses of deprecated ‘flet’ macro
authorPhilipp Stephani <phst@google.com>
Sun, 21 Jun 2020 17:48:03 +0000 (19:48 +0200)
committerPhilipp Stephani <phst@google.com>
Wed, 24 Feb 2021 12:00:42 +0000 (13:00 +0100)
commit11b2184c8d2a2b31af2eeab888d2fbd7044275fb
treea30ce6f435c1a437a89a12e112256cde1b7ee015
parentffa5f0397af87c7258f58082408281bf3a5a2deb
Remove uses of deprecated ‘flet’ macro

Instead, use the non-deprecated ‘cl-flet’ and ‘cl-letf’ macros from the
‘cl-lib’ package.

This also allows us to remove the ‘plist-delete’ helper function, which was
only used to effectively un-deprecate ‘flet’.
test/lisp/use-package/use-package-tests.el