1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

Compilation fix for previous change

This commit is contained in:
Lars Ingebrigtsen 2019-06-13 13:56:16 +02:00
parent bb5641d3cc
commit f660616f82

View File

@ -36,6 +36,7 @@
;;; Code:
(require 'macroexp)
(require 'cl-lib)
;; The variable byte-code-vector is defined by the new bytecomp.el.
;; The function byte-decompile-lapcode is defined in byte-opt.el.