summaryrefslogtreecommitdiff
path: root/jabber-history.el
diff options
context:
space:
mode:
authorMagnus Henoch <mange@freemail.hu>2007-08-30 09:24:37 +0000
committerKirill A. Korinskiy <catap@catap.ru>2007-08-30 09:24:37 +0000
commite7a8da9eb46465acf1264444d331db5b2dcba4f5 (patch)
tree001bcf327b64bf5d9215257e9bdade964ee10c2d /jabber-history.el
parent8014d967940922e4680cdb9c19a7caf370837e95 (diff)
Revision: mange@freemail.hu--2005/emacs-jabber--cvs-head--0--patch-399
Creator: Magnus Henoch <mange@freemail.hu> jabber-history-backlog shouldn't be interactive
Diffstat (limited to 'jabber-history.el')
-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)))