diff options
Diffstat (limited to '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 @@ | |||
| 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. |