diff options
| author | Lars Ingebrigtsen | 2019-06-13 13:56:16 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-06-13 13:56:16 +0200 |
| commit | f660616f82b89e2e544f32ede054cd3ee9ddc7e1 (patch) | |
| tree | fdaf3a4ff6e2fa1746c1b4b5b8624a251f70648f | |
| parent | bb5641d3cc4baecba408ad9d88a33dcd54f12297 (diff) | |
| download | emacs-f660616f82b89e2e544f32ede054cd3ee9ddc7e1.tar.gz emacs-f660616f82b89e2e544f32ede054cd3ee9ddc7e1.zip | |
Compilation fix for previous change
| -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. |