今日、Wanderlustを起動したら左の画面のようになっててびっくり。
wl-demo.elを見たらこんなんなってました。
(defconst wl-demo-icon-name
(concat "wl-" (wl-version-status)
(if (string-match "^... Dec \\([ 1][0-9]\\|2[0-5]\\)"
(current-time-string))
"-xmas-logo"
"-logo"))
"Basename of the logo file.")
へー。
|