summaryrefslogtreecommitdiff
path: root/lisp/use-package/use-package.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/use-package/use-package.el')
-rw-r--r--lisp/use-package/use-package.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el
index d352afd7581..7e11d33bb67 100644
--- 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)