diff options
author | Jim Blandy <jimb@redhat.com> | 1992-11-16 01:28:48 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-11-16 01:28:48 +0000 |
commit | d28a19252165bf9cbf272608d24c6eb8db336b4d (patch) | |
tree | 74626a819898d25e4ad107678342bcc7df4075e1 /lisp/emacs-lisp | |
parent | 35d56dcf9a346ae76de73ed2fac55949c802a28d (diff) | |
download | emacs-d28a19252165bf9cbf272608d24c6eb8db336b4d.tar.gz emacs-d28a19252165bf9cbf272608d24c6eb8db336b4d.tar.bz2 emacs-d28a19252165bf9cbf272608d24c6eb8db336b4d.zip |
* disass.el (byte-compile): Specify that the 'byte-compile feature
is provided in the file "bytecomp".
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/disass.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 "*") |