From 1a727c75ac2918b0e82f69fac645f34af7fa93b2 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 2 Sep 2009 06:38:07 +0000 Subject: Pass no argument to gnus-float-time rather than current-time. --- lisp/gnus/gnus-util.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/gnus/gnus-util.el') diff --git a/lisp/gnus/gnus-util.el b/lisp/gnus/gnus-util.el index fb2cdbce118..bd870a2f1c8 100644 --- a/lisp/gnus/gnus-util.el +++ b/lisp/gnus/gnus-util.el @@ -451,7 +451,7 @@ Returns \" ? \" if there's bad input or if an other error occurs. Input should look like this: \"Sun, 14 Oct 2001 13:34:39 +0200\"." (condition-case () (let* ((messy-date (gnus-float-time (safe-date-to-time messy-date))) - (now (gnus-float-time (current-time))) + (now (gnus-float-time)) ;;If we don't find something suitable we'll use this one (my-format "%b %d '%y")) (let* ((difference (- now messy-date)) -- cgit v1.2.3