]> git.eshelyaron.com Git - emacs.git/commitdiff
Require bytecomp for byte-goto-ops.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Sat, 5 Dec 1998 18:18:50 +0000 (18:18 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Sat, 5 Dec 1998 18:18:50 +0000 (18:18 +0000)
lisp/emacs-lisp/byte-opt.el

index a279c018e705f12a42a3ae1ca1fc2a17ed841233..77997f4894aa189f5c631b3dde8dadaa43a1002c 100644 (file)
 
 ;;; Code:
 
+(require 'bytecomp)
+
 (defun byte-compile-log-lap-1 (format &rest args)
   (if (aref byte-code-vector 0)
       (error "The old version of the disassembler is loaded.  Reload new-bytecomp as well."))