From: Noam Postavsky Date: Wed, 14 Aug 2013 03:37:23 +0000 (-0400) Subject: cl not needed since flet was removed in 82903da X-Git-Tag: emacs-29.0.90~1306^2~15^2~437^2~5 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=119a30f2ba833146fc6bdb0165ea773223580362;p=emacs.git cl not needed since flet was removed in 82903da --- diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index 74ed4c36dab..ed63bd05620 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el @@ -298,9 +298,6 @@ (require 'bytecomp) (require 'diminish nil t) -(eval-when-compile - (require 'cl)) - (declare-function package-installed-p 'package) (declare-function el-get-read-recipe 'el-get)