diff options
| -rw-r--r-- | lisp/emacs-lisp/byte-opt.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index a279c018e70..77997f4894a 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el | |||
| @@ -183,6 +183,8 @@ | |||
| 183 | 183 | ||
| 184 | ;;; Code: | 184 | ;;; Code: |
| 185 | 185 | ||
| 186 | (require 'bytecomp) | ||
| 187 | |||
| 186 | (defun byte-compile-log-lap-1 (format &rest args) | 188 | (defun byte-compile-log-lap-1 (format &rest args) |
| 187 | (if (aref byte-code-vector 0) | 189 | (if (aref byte-code-vector 0) |
| 188 | (error "The old version of the disassembler is loaded. Reload new-bytecomp as well.")) | 190 | (error "The old version of the disassembler is loaded. Reload new-bytecomp as well.")) |