+2003-01-17 TAKAHASHI Kaoru <kaoru@kaisei.org>
+
+ * test-dist.el (test-wl-modules-exists): Fix void variable.
+ (test-elmo-modules-exists): Ditto.
+
+2003-01-12 TAKAHASHI Kaoru <kaoru@kaisei.org>
+
+ * check-modules.el (check-modules-semi-mime-edit): Check
+ `mime-create-tag'.
+
2003-01-06 TAKAHASHI Kaoru <kaoru@kaisei.org>
* test-dist.el (test-wl-demo-copyright-notice): Check always.
(lunit-assert (fboundp 'mime-find-file-type))
(lunit-assert (fboundp 'mime-edit-content-beginning))
(lunit-assert (fboundp 'mime-edit-content-end))
- (lunit-assert (fboundp 'mime-edit-preview-message)))
+ (lunit-assert (fboundp 'mime-edit-preview-message))
+ (lunit-assert (fboundp 'mime-create-tag)))
(luna-define-method check-modules-semi-mime-view ((case check-modules))
(require 'mime-view)
(lambda (module)
(setq filename (concat (symbol-name module) ".el"))
(unless (file-exists-p (expand-file-name filename WLDIR))
- (add-to-list 'lost symbol)))
+ (add-to-list 'lost filename)))
WL-MODULES)
lost))))
(lambda (module)
(setq filename (concat (symbol-name module) ".el"))
(unless (file-exists-p (expand-file-name filename ELMODIR))
- (add-to-list 'lost symbol)))
+ (add-to-list 'lost filename)))
ELMO-MODULES)
lost))))