* disass.el (byte-compile): Specify that the 'byte-compile feature
authorJim Blandy <jimb@redhat.com>
Mon, 16 Nov 1992 01:28:48 +0000 (01:28 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 16 Nov 1992 01:28:48 +0000 (01:28 +0000)
is provided in the file "bytecomp".

lisp/emacs-lisp/disass.el

index da1d2a9..09f6ea3 100644 (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 "*")