projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2778e85
)
Remove a hack that is not needed anymore
author
John Wiegley
<johnw@newartisans.com>
Thu, 19 Mar 2015 09:39:07 +0000
(
04:39
-0500)
committer
John Wiegley
<johnw@newartisans.com>
Thu, 19 Mar 2015 09:39:07 +0000
(
04:39
-0500)
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 d352afd758143b1f650794b5fbc6c55a265f8c0c..7e11d33bb6715bf184b698054dfb7901355c706e 100644
(file)
--- a/
lisp/use-package/use-package.el
+++ b/
lisp/use-package/use-package.el
@@
-647,9
+647,7
@@
this file. Usage:
`(featurep ',requires))
,@expansion))))))
;; (message "Expanded:\n%s" (pp-to-string body*))
- `(let ((byte-compile-warnings byte-compile-warnings))
- (byte-compile-disable-warning 'redefined)
- ,body*)))))
+ body*))))
(put 'use-package 'lisp-indent-function 'defun)