projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c1f24d
)
* lisp/emacs-lisp/comp-run.el (bytecomp): Require it (bug#67590)
author
Andrea Corallo
<acorallo@gnu.org>
Sun, 3 Dec 2023 21:14:32 +0000
(22:14 +0100)
committer
Andrea Corallo
<acorallo@gnu.org>
Sun, 3 Dec 2023 21:25:12 +0000
(22:25 +0100)
lisp/emacs-lisp/comp-run.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp-run.el
b/lisp/emacs-lisp/comp-run.el
index 5335003e25b1fc323e285f61d6fb161fbb16c1bd..4b1d2451a4e3aa9f513c7ba9c009446dfd1ab3c2 100644
(file)
--- a/
lisp/emacs-lisp/comp-run.el
+++ b/
lisp/emacs-lisp/comp-run.el
@@
-33,6
+33,7
@@
(eval-when-compile (require 'cl-lib))
(require 'comp-common)
+(require 'bytecomp) ;; For `emacs-lisp-compilation-mode'.
(defgroup comp-run nil
"Emacs Lisp native compiler runtime."