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

working on comp.el

This commit is contained in:
Andrea Corallo 2019-07-07 12:30:03 +02:00 committed by Andrea Corallo
parent adeb0183c7
commit 8d0ae21c48
3 changed files with 142 additions and 10 deletions

View file

@ -124,6 +124,7 @@
(require 'backquote)
(require 'macroexp)
(require 'cconv)
(require 'byte-run)
(eval-when-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