This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "emacs-jabber".
The branch, master has been updated
via 2964c95b33ca2f4e0c8b24d08dd05877b270d5f9 (commit)
from d28b65ee43845a48d569738c8a64d8410c6e4211 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2964c95b33ca2f4e0c8b24d08dd05877b270d5f9
Author: Magnus Henoch <mag...@gm...>
Date: Tue Feb 25 09:31:44 2014 +0000
Fix call to jabber-activity-mode-line-update
It doesn't take any arguments anymore.
diff --git a/jabber-activity.el b/jabber-activity.el
index 5d292c5..430283e 100644
--- a/jabber-activity.el
+++ b/jabber-activity.el
@@ -310,7 +310,7 @@ Optional PRESENCE mean personal presence request or alert."
(add-to-list 'jabber-activity-jids group)
(when (jabber-muc-looks-like-personal-p text group)
(add-to-list 'jabber-activity-personal-jids group))
- (jabber-activity-mode-line-update group text)))
+ (jabber-activity-mode-line-update)))
(defun jabber-activity-presence (who oldstatus newstatus statustext proposed-alert)
"Add a JID to mode line on subscription requests."
-----------------------------------------------------------------------
Summary of changes:
jabber-activity.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
emacs-jabber
|