projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad33e3e
)
Fix build error in bytecomp.el from previous change
author
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 1 Oct 2019 14:40:57 +0000
(16:40 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 1 Oct 2019 14:40:57 +0000
(16:40 +0200)
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index 2b26390b180660892dcd42f6b882afaffc7e827b..1d0f07a9410ab07221bba26c399471f54da73a49 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-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)