aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-06-13 13:56:16 +0200
committerLars Ingebrigtsen2019-06-13 13:56:16 +0200
commitf660616f82b89e2e544f32ede054cd3ee9ddc7e1 (patch)
treefdaf3a4ff6e2fa1746c1b4b5b8624a251f70648f /lisp
parentbb5641d3cc4baecba408ad9d88a33dcd54f12297 (diff)
downloademacs-f660616f82b89e2e544f32ede054cd3ee9ddc7e1.tar.gz
emacs-f660616f82b89e2e544f32ede054cd3ee9ddc7e1.zip
Compilation fix for previous change
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/disass.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/disass.el b/lisp/emacs-lisp/disass.el
index 7625ff829fc..2faad60865f 100644
--- a/lisp/emacs-lisp/disass.el
+++ b/lisp/emacs-lisp/disass.el
@@ -36,6 +36,7 @@
36;;; Code: 36;;; Code:
37 37
38(require 'macroexp) 38(require 'macroexp)
39(require 'cl-lib)
39 40
40;; The variable byte-code-vector is defined by the new bytecomp.el. 41;; The variable byte-code-vector is defined by the new bytecomp.el.
41;; The function byte-decompile-lapcode is defined in byte-opt.el. 42;; The function byte-decompile-lapcode is defined in byte-opt.el.