1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -08:00

Remove a hack that is not needed anymore

This commit is contained in:
John Wiegley 2015-03-19 04:39:07 -05:00
parent 2778e85a39
commit 38f907cc5d

View 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)