diff options
| -rw-r--r-- | lisp/emacs-lisp/disass.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/disass.el b/lisp/emacs-lisp/disass.el index da1d2a91fe6..09f6ea3d687 100644 --- a/lisp/emacs-lisp/disass.el +++ b/lisp/emacs-lisp/disass.el | |||
| @@ -34,7 +34,7 @@ | |||
| 34 | ;;; The variable byte-code-vector is defined by the new bytecomp.el. | 34 | ;;; The variable byte-code-vector is defined by the new bytecomp.el. |
| 35 | ;;; The function byte-decompile-lapcode is defined in byte-opt.el. | 35 | ;;; The function byte-decompile-lapcode is defined in byte-opt.el. |
| 36 | ;;; Since we don't use byte-decompile-lapcode, let's try not loading byte-opt. | 36 | ;;; Since we don't use byte-decompile-lapcode, let's try not loading byte-opt. |
| 37 | (require 'byte-compile) | 37 | (require 'byte-compile "bytecomp") |
| 38 | 38 | ||
| 39 | (defvar disassemble-column-1-indent 5 "*") | 39 | (defvar disassemble-column-1-indent 5 "*") |
| 40 | (defvar disassemble-column-2-indent 10 "*") | 40 | (defvar disassemble-column-2-indent 10 "*") |