* WL-MK: Since `bytecomp' is not provided in Nemacs, use `load' instead of
authoryamaoka <yamaoka>
Tue, 17 Oct 2000 05:19:12 +0000 (05:19 +0000)
committeryamaoka <yamaoka>
Tue, 17 Oct 2000 05:19:12 +0000 (05:19 +0000)
`require' to pickup bytecomp.

ChangeLog
WL-MK

index 18b0576..f310c6f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-17  Katsumi Yamaoka    <yamaoka@jpl.org>
+
+       * WL-MK: Since `bytecomp' is not provided in Nemacs, use `load'
+       instead of `require' for it.
+
 2000-10-13  Katsumi Yamaoka    <yamaoka@jpl.org>
 
        * WL-MK: (byte-compile-file-form-custom-declare-variable): Define
diff --git a/WL-MK b/WL-MK
index a3080ca..42039bd 100644 (file)
--- a/WL-MK
+++ b/WL-MK
@@ -64,7 +64,7 @@
     (let ((doc (concat "*" (or doc ""))))
       (` (defvar (, symbol) (, value) (, doc))))))
 
-(require 'bytecomp)
+(load "bytecomp" nil t)
 (unless (fboundp 'byte-compile-file-form-custom-declare-variable)
   ;; Bind defcustom'ed variables.
   (put 'custom-declare-variable 'byte-hunk-handler