diff options
author | Jim Blandy <jimb@redhat.com> | 1992-07-16 21:47:30 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-07-16 21:47:30 +0000 |
commit | de49a6d37ea9c3111763e38df15e50a7fb9fa5c5 (patch) | |
tree | 6cc4cbf12281b2ecaa24b92ac67f875beeba82e3 /lisp/emacs-lisp | |
parent | a26389d11d915254263ee1bdab3d205f0a1caa81 (diff) | |
download | emacs-de49a6d37ea9c3111763e38df15e50a7fb9fa5c5.tar.gz emacs-de49a6d37ea9c3111763e38df15e50a7fb9fa5c5.tar.bz2 emacs-de49a6d37ea9c3111763e38df15e50a7fb9fa5c5.zip |
*** empty log message ***
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/disass.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/disass.el b/lisp/emacs-lisp/disass.el index 5b85791dea1..b06171b52ec 100644 --- a/lisp/emacs-lisp/disass.el +++ b/lisp/emacs-lisp/disass.el @@ -9,7 +9,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 1, or (at your option) +;; the Free Software Foundation; either version 2, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, @@ -25,7 +25,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 'bytecomp) +(require 'byte-compile) (defvar disassemble-column-1-indent 5 "*") (defvar disassemble-column-2-indent 10 "*") |