# HG changeset patch # User Jim Blandy # Date 721877328 0 # Node ID 4303c30b29de4cd656462b8acee978199a204a21 # Parent fbce36b9547faa448727e76e9191f73ab55feb35 * disass.el (byte-compile): Specify that the 'byte-compile feature is provided in the file "bytecomp". diff -r fbce36b9547f -r 4303c30b29de lisp/emacs-lisp/disass.el --- 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 "*")