(elmo-imap4-flags-to-imap): Preserve argument
[elisp/wanderlust.git] / WL-MK
diff --git a/WL-MK b/WL-MK
index 19c9c38..c2befaf 100644 (file)
--- a/WL-MK
+++ b/WL-MK
    objs))
 
 
+(defun wl-examine-modules ()
+  "Examine wl modules should be byte-compile'd."
+  (config-wl-package-subr)
+  (make-wl-news)
+  (dolist (module modules-alist)
+    (dolist (filename (cdr module))
+      (princ (format "%s/%s.elc " (car module) filename)))))
+
+
 (defun compile-wl-package ()
   (config-wl-package)
   (make-wl-news)