From: John Wiegley Date: Thu, 19 Mar 2015 09:39:07 +0000 (-0500) Subject: Remove a hack that is not needed anymore X-Git-Tag: emacs-29.0.90~1306^2~15^2~364 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=38f907cc5d;p=emacs.git Remove a hack that is not needed anymore --- 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)