projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
901272a
)
cl not needed since flet was removed in 82903da
author
Noam Postavsky
<npostavs@gmail.com>
Wed, 14 Aug 2013 03:37:23 +0000
(23:37 -0400)
committer
Noam Postavsky
<npostavs@gmail.com>
Sat, 12 Oct 2013 17:14:21 +0000
(13:14 -0400)
lisp/use-package/use-package.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package.el
b/lisp/use-package/use-package.el
index 74ed4c36dab796b2b689b14670e2b8d3f2cf03b9..ed63bd056209ed90d2a82de70631109554c780f4 100644
(file)
--- 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)