`require' to pickup bytecomp.
+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
(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