|
From: Magnus H. <leg...@us...> - 2008-10-06 11:19:01
|
Update of /cvsroot/emacs-jabber/emacs-jabber In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv16166 Modified Files: jabber-roster.el Log Message: Revision: ma...@fr...--2005/emacs-jabber--cvs-head--0--patch-604 Creator: Magnus Henoch <ma...@fr...> Autoload cookies in jabber-roster Index: jabber-roster.el =================================================================== RCS file: /cvsroot/emacs-jabber/emacs-jabber/jabber-roster.el,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- jabber-roster.el 19 Sep 2008 21:20:22 -0000 1.57 +++ jabber-roster.el 6 Oct 2008 11:14:29 -0000 1.58 @@ -224,6 +224,7 @@ (put 'jabber-roster-mode 'mode-class 'special) +;;;###autoload (defun jabber-switch-to-roster-buffer (&optional jc) "Switch to roster buffer. Optional JC argument is ignored; it's there so this function can @@ -486,6 +487,7 @@ resource-str) (insert "\n" resource-str))))))) +;;;###autoload (defun jabber-roster-update (jc new-items changed-items deleted-items) "Update roster, in memory and on display. Add NEW-ITEMS, update CHANGED-ITEMS and remove DELETED-ITEMS, all |