projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a12d2f
)
Omit (current-time) for format-string.
author
yoichi
<yoichi>
Tue, 9 Apr 2002 01:37:03 +0000
(
01:37
+0000)
committer
yoichi
<yoichi>
Tue, 9 Apr 2002 01:37:03 +0000
(
01:37
+0000)
elmo/elmo-util.el
patch
|
blob
|
history
diff --git
a/elmo/elmo-util.el
b/elmo/elmo-util.el
index
11a1813
..
a62e91a
100644
(file)
--- a/
elmo/elmo-util.el
+++ b/
elmo/elmo-util.el
@@
-170,7
+170,7
@@
File content is encoded with MIME-CHARSET."
(concat field "(2) Search by") default)
")"))
((string-match "Since\\|Before" field)
- (let ((default (format-time-string "%Y-%m-%d" (current-time))))
+ (let ((default (format-time-string "%Y-%m-%d")))
(setq value (completing-read
(format "Value for '%s' [%s]: " field default)
(mapcar (function