diff lisp/emacs-lisp/disass.el @ 1606:4303c30b29de

* disass.el (byte-compile): Specify that the 'byte-compile feature is provided in the file "bytecomp".
author Jim Blandy <jimb@redhat.com>
date Mon, 16 Nov 1992 01:28:48 +0000
parents 213978acbc1e
children 04fb1d3d6992
line wrap: on
line diff
--- a/lisp/emacs-lisp/disass.el	Mon Nov 16 01:28:14 1992 +0000
+++ b/lisp/emacs-lisp/disass.el	Mon Nov 16 01:28:48 1992 +0000
@@ -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 "*")