]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove a hack that is not needed anymore
authorJohn Wiegley <johnw@newartisans.com>
Thu, 19 Mar 2015 09:39:07 +0000 (04:39 -0500)
committerJohn Wiegley <johnw@newartisans.com>
Thu, 19 Mar 2015 09:39:07 +0000 (04:39 -0500)
lisp/use-package/use-package.el

index d352afd758143b1f650794b5fbc6c55a265f8c0c..7e11d33bb6715bf184b698054dfb7901355c706e 100644 (file)
@@ -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)