]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix build error in bytecomp.el from previous change
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 1 Oct 2019 14:40:57 +0000 (16:40 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 1 Oct 2019 14:40:57 +0000 (16:40 +0200)
lisp/emacs-lisp/bytecomp.el

index 2b26390b180660892dcd42f6b882afaffc7e827b..1d0f07a9410ab07221bba26c399471f54da73a49 100644 (file)
 (require 'backquote)
 (require 'macroexp)
 (require 'cconv)
-(eval-when-compile (require 'compile))
+(require 'compile)
 ;; Refrain from using cl-lib at run-time here, since it otherwise prevents
 ;; us from emitting warnings when compiling files which use cl-lib without
 ;; requiring it! (bug#30635)