From: yoichi Date: Wed, 4 Dec 2002 01:33:22 +0000 (+0000) Subject: 2002-12-04 Yasutaka SHINDOH X-Git-Tag: wl-2_10_0pre4~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f0fece4a3fcb8f1c7de933478a637eb43d308741;p=elisp%2Fwanderlust.git 2002-12-04 Yasutaka SHINDOH * wl-demo.el (wl-demo-icon-name): Cope with Medow. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index f24be60..3e6727d 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,7 @@ +2002-12-04 Yasutaka SHINDOH + + * wl-demo.el (wl-demo-icon-name): Cope with Medow. + 2002-11-25 Yoichi NAKAYAMA * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can diff --git a/wl/wl-demo.el b/wl/wl-demo.el index 3e06c69..2a822bd 100644 --- a/wl/wl-demo.el +++ b/wl/wl-demo.el @@ -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"))