From 1930de392442f1004cfe2262ef5bbfdfcf0733d7 Mon Sep 17 00:00:00 2001 From: zhanghui Date: Tue, 6 Sep 2022 09:41:29 +0800 Subject: [PATCH] fix: function void: time-convert --- elfeed-summary.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elfeed-summary.el b/elfeed-summary.el index 5f14ef6..55ff32c 100644 --- a/elfeed-summary.el +++ b/elfeed-summary.el @@ -608,7 +608,7 @@ The return value is a list of alists of the following elements: (puthash (elfeed-feed-id feed) (1+ (or (gethash (elfeed-feed-id feed) unread-count) 0)) unread-count)) - (when (> (- (time-convert nil 'integer) + (when (> (- (float-time) elfeed-summary-look-back) (elfeed-entry-date entry)) (elfeed-db-return)))