From: Magnus H. <leg...@us...> - 2008-08-23 23:24:50
|
Update of /cvsroot/emacs-jabber/emacs-jabber In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv6177 Modified Files: jabber.texi Log Message: Revision: ma...@fr...--2005/emacs-jabber--cvs-head--0--patch-557 Creator: Magnus Henoch <ma...@fr...> Manual: XMPP URIs Index: jabber.texi =================================================================== RCS file: /cvsroot/emacs-jabber/emacs-jabber/jabber.texi,v retrieving revision 1.113 retrieving revision 1.114 diff -u -d -r1.113 -r1.114 --- jabber.texi 23 Aug 2008 22:20:56 -0000 1.113 +++ jabber.texi 23 Aug 2008 23:24:44 -0000 1.114 @@ -1525,7 +1525,8 @@ (in the same directory as @file{prefs.js}), and add the following line: @example -user_pref("network.protocol-handler.app.xmpp", "@var{/path/to}/xmppuri.sh"); +user_pref("network.protocol-handler.app.xmpp", + "@var{/path/to}/xmppuri.sh"); @end example Restart Mozilla for this change to take effect. |