From: yamaoka Date: Tue, 17 Oct 2000 05:19:12 +0000 (+0000) Subject: * WL-MK: Since `bytecomp' is not provided in Nemacs, use `load' instead of X-Git-Tag: wl-2_4-root~144 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fwanderlust.git;a=commitdiff_plain;h=909ddc0ca5649fcc7584bbb9c284dfb3a2b0c322 * WL-MK: Since `bytecomp' is not provided in Nemacs, use `load' instead of `require' to pickup bytecomp. --- diff --git a/ChangeLog b/ChangeLog index 18b0576..f310c6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-10-17 Katsumi Yamaoka + + * WL-MK: Since `bytecomp' is not provided in Nemacs, use `load' + instead of `require' for it. + 2000-10-13 Katsumi Yamaoka * WL-MK: (byte-compile-file-form-custom-declare-variable): Define diff --git a/WL-MK b/WL-MK index a3080ca..42039bd 100644 --- 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