Updated `wl-draft-config-exec' descriptions.
[elisp/wanderlust.git] / WL-MK
diff --git a/WL-MK b/WL-MK
index ddeb17e..48d14bd 100644 (file)
--- a/WL-MK
+++ b/WL-MK
   (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."