From d28a19252165bf9cbf272608d24c6eb8db336b4d Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 16 Nov 1992 01:28:48 +0000 Subject: * disass.el (byte-compile): Specify that the 'byte-compile feature is provided in the file "bytecomp". --- lisp/emacs-lisp/disass.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/disass.el') 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 @@ ;;; 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 "*") -- cgit v1.2.3