summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jabber-history.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/jabber-history.el b/jabber-history.el
index 528e25e..ef96b3c 100644
--- a/jabber-history.el
+++ b/jabber-history.el
@@ -233,7 +233,6 @@ Return a list of history entries (vectors), limited by
If BEFORE is non-nil, it should be a float-time after which
no entries will be fetched. `jabber-backlog-days' still
applies, though."
- (interactive)
(jabber-history-query
(and jabber-backlog-days
(- (jabber-float-time) (* jabber-backlog-days 86400.0)))