* disass.el (byte-compile): Specify that the 'byte-compile feature

is provided in the file "bytecomp".
This commit is contained in:
Jim Blandy 1992-11-16 01:28:48 +00:00
parent 35d56dcf9a
commit d28a192521

View file

@ -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 "*")