* disass.el (byte-compile): Specify that the 'byte-compile feature
is provided in the file "bytecomp".
This commit is contained in:
parent
35d56dcf9a
commit
d28a192521
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
;;; The variable byte-code-vector is defined by the new bytecomp.el.
|
||||
;;; The function byte-decompile-lapcode is defined in byte-opt.el.
|
||||
;;; Since we don't use byte-decompile-lapcode, let's try not loading byte-opt.
|
||||
(require 'byte-compile)
|
||||
(require 'byte-compile "bytecomp")
|
||||
|
||||
(defvar disassemble-column-1-indent 5 "*")
|
||||
(defvar disassemble-column-2-indent 10 "*")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue