aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1992-11-16 01:28:48 +0000
committerJim Blandy1992-11-16 01:28:48 +0000
commitd28a19252165bf9cbf272608d24c6eb8db336b4d (patch)
tree74626a819898d25e4ad107678342bcc7df4075e1
parent35d56dcf9a346ae76de73ed2fac55949c802a28d (diff)
downloademacs-d28a19252165bf9cbf272608d24c6eb8db336b4d.tar.gz
emacs-d28a19252165bf9cbf272608d24c6eb8db336b4d.zip
* disass.el (byte-compile): Specify that the 'byte-compile feature
is provided in the file "bytecomp".
-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 @@
34;;; The variable byte-code-vector is defined by the new bytecomp.el. 34;;; The variable byte-code-vector is defined by the new bytecomp.el.
35;;; The function byte-decompile-lapcode is defined in byte-opt.el. 35;;; The function byte-decompile-lapcode is defined in byte-opt.el.
36;;; Since we don't use byte-decompile-lapcode, let's try not loading byte-opt. 36;;; Since we don't use byte-decompile-lapcode, let's try not loading byte-opt.
37(require 'byte-compile) 37(require 'byte-compile "bytecomp")
38 38
39(defvar disassemble-column-1-indent 5 "*") 39(defvar disassemble-column-1-indent 5 "*")
40(defvar disassemble-column-2-indent 10 "*") 40(defvar disassemble-column-2-indent 10 "*")