Update to version 2000-12-11.07.
[elisp/wanderlust.git] / WL-MK
diff --git a/WL-MK b/WL-MK
index a3080ca..3d0693e 100644 (file)
--- a/WL-MK
+++ b/WL-MK
             (>= emacs-minor-version 29))
     (message "%s" "
   Warning: You don't seem to have \"new custom\" package installed.
-  It is recommended to use \"new custom\" package if you are using
-  old Emacs, such as Mule 2.3.
-  Get it from http://www.dina.kvl.dk/~abraham/custom/ and then apply
-  the patch which is included in README file of APEL package.
+           See README file of APEL package for more information.
 "))
+  (require 'backquote)
   (defmacro defgroup (&rest args))
   (defmacro defcustom (symbol value &optional doc &rest args)
     (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
   (condition-case ()
       (require 'mime-setup)
     (error (error "No MIME module was detected. Please install SEMI or tm.")))
-  (if wl-use-semi
-      (princ (concat "\nUse SEMI"
-                    (if wl-use-luna " with LUNA\n" " without LUNA\n")))
-    (princ "\nUse tm.\n"))))
+  (princ (concat "\nMIME module is " (if wl-use-semi "SEMI" "tm-8") ".\n"))))
 
 (defun config-wl-pixmap-dir (&optional packagedir)
   "Examine pixmap directory where icon files should go."