summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-11-16 01:28:48 +0000
committerJim Blandy <jimb@redhat.com>1992-11-16 01:28:48 +0000
commitd28a19252165bf9cbf272608d24c6eb8db336b4d (patch)
tree74626a819898d25e4ad107678342bcc7df4075e1 /lisp/emacs-lisp
parent35d56dcf9a346ae76de73ed2fac55949c802a28d (diff)
downloademacs-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.el2
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 "*")