diff options
author | Andrea Corallo <acorallo@gnu.org> | 2023-12-03 22:14:32 +0100 |
---|---|---|
committer | Andrea Corallo <acorallo@gnu.org> | 2023-12-03 22:25:12 +0100 |
commit | cf11fdfd8e460d966ba279f00633ab378038de68 (patch) | |
tree | 944cb99ba4111ee2822e3e4bdbc794890d26a671 /lisp/emacs-lisp/comp-run.el | |
parent | 9c1f24d7a497ee8b9c1ec3f1161a3ed7d6e34bd0 (diff) | |
download | emacs-cf11fdfd8e460d966ba279f00633ab378038de68.tar.gz emacs-cf11fdfd8e460d966ba279f00633ab378038de68.tar.bz2 emacs-cf11fdfd8e460d966ba279f00633ab378038de68.zip |
* lisp/emacs-lisp/comp-run.el (bytecomp): Require it (bug#67590)
Diffstat (limited to 'lisp/emacs-lisp/comp-run.el')
-rw-r--r-- | lisp/emacs-lisp/comp-run.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/comp-run.el b/lisp/emacs-lisp/comp-run.el index 5335003e25b..4b1d2451a4e 100644 --- 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." |