diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/disass.el | 1 |
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 @@ ;;; 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. |