* wl-demo.el (wl-demo-icon-name): Cope with Medow.
+2002-12-04 Yasutaka SHINDOH <ring@fan.gr.jp>
+
+ * wl-demo.el (wl-demo-icon-name): Cope with Medow.
+
2002-11-25 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
* wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
(defconst wl-demo-icon-name
(concat "wl-" (wl-version-status)
- (if (string-match "^... Dec \\([ 1][0-9]\\|2[0-5]\\)"
+ (if (string-match "^... Dec \\([ 01][0-9]\\|2[0-5]\\)"
(current-time-string))
"-xmas-logo"
"-logo"))