From: Magnus H. <leg...@us...> - 2007-08-30 09:24:41
|
Update of /cvsroot/emacs-jabber/emacs-jabber In directory sc8-pr-cvs17:/tmp/cvs-serv18390 Modified Files: jabber-history.el Log Message: Revision: ma...@fr...--2005/emacs-jabber--cvs-head--0--patch-399 Creator: Magnus Henoch <ma...@fr...> jabber-history-backlog shouldn't be interactive Index: jabber-history.el =================================================================== RCS file: /cvsroot/emacs-jabber/emacs-jabber/jabber-history.el,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- jabber-history.el 5 Jun 2007 16:29:16 -0000 1.28 +++ jabber-history.el 30 Aug 2007 09:24:37 -0000 1.29 @@ -233,7 +233,6 @@ 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))) |