From 3677fe5670fab3c39a14ac0e0a96982b372409d0 Mon Sep 17 00:00:00 2001 From: yoichi Date: Tue, 9 Apr 2002 01:37:03 +0000 Subject: [PATCH] Omit (current-time) for format-string. --- elmo/elmo-util.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elmo/elmo-util.el b/elmo/elmo-util.el index 11a1813..a62e91a 100644 --- 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 -- 1.7.10.4