changeset 104806:409fc58fd03d

Pass no argument to gnus-float-time rather than current-time.
author Glenn Morris <rgm@gnu.org>
date Wed, 02 Sep 2009 06:38:07 +0000
parents 6f8c7d01dcef
children 509a5b989179
files lisp/gnus/gnus-util.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/gnus-util.el	Wed Sep 02 06:37:25 2009 +0000
+++ b/lisp/gnus/gnus-util.el	Wed Sep 02 06:38:07 2009 +0000
@@ -451,7 +451,7 @@
 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))