2002-12-04 Yasutaka SHINDOH <ring@fan.gr.jp>
authoryoichi <yoichi>
Wed, 4 Dec 2002 01:33:22 +0000 (01:33 +0000)
committeryoichi <yoichi>
Wed, 4 Dec 2002 01:33:22 +0000 (01:33 +0000)
* wl-demo.el (wl-demo-icon-name): Cope with Medow.

wl/ChangeLog
wl/wl-demo.el

index f24be60..3e6727d 100644 (file)
@@ -1,3 +1,7 @@
+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
index 3e06c69..2a822bd 100644 (file)
@@ -41,7 +41,7 @@
 
 (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"))