* texi/infohack.el: Require `bytecomp'.
authoryamaoka <yamaoka>
Wed, 18 Jun 2003 23:31:15 +0000 (23:31 +0000)
committeryamaoka <yamaoka>
Wed, 18 Jun 2003 23:31:15 +0000 (23:31 +0000)
ChangeLog
texi/infohack.el

index a98d554..343e50c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2003-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
 
+       * texi/infohack.el: Require `bytecomp'.
+
+2003-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
+
        * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
 
        * lisp/nnshimbun.el: Moved to the emacs-w3m package.
index 2599024..655c441 100644 (file)
@@ -90,6 +90,8 @@ Both characters must have the same length of multi-byte form."
   (setq command-line-args-left nil))
 
 \f
+(require 'bytecomp)
+
 (defun infohack-texi-format (file &optional addsuffix)
   (let ((auto-save-default nil)
        (find-file-run-dired nil)