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

Fix build error in bytecomp.el from previous change

This commit is contained in:
Lars Ingebrigtsen 2019-10-01 16:40:57 +02:00
parent ad33e3e549
commit 28b7dd4ee4

View file

@ -124,7 +124,7 @@
(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)