summaryrefslogtreecommitdiff
path: root/jabber-util.el
diff options
context:
space:
mode:
authorMagnus Henoch <mange@freemail.hu>2006-06-23 23:02:53 +0000
committerKirill A. Korinskiy <catap@catap.ru>2006-06-23 23:02:53 +0000
commit0a83935fb5a3825e71e9ab514bc029eddc90347d (patch)
treedffa8644646c633fb249e84f7d72d33b1b609acb /jabber-util.el
parentd436734a27f39ab4fe6c789c2ca51ee4f589f161 (diff)
Revision: mange@freemail.hu--2005/emacs-jabber--cvs-head--0--patch-239
Creator: Magnus Henoch <mange@freemail.hu> Ignore extra arguments to jabber-handle-uri
Diffstat (limited to 'jabber-util.el')
-rw-r--r--jabber-util.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/jabber-util.el b/jabber-util.el
index 93857ec..d4484db 100644
--- a/jabber-util.el
+++ b/jabber-util.el
@@ -434,7 +434,7 @@ See section 9.3 of XMPP Core."
(signal 'jabber-error
(list error-type condition text app-specific)))
-(defun jabber-handle-uri (uri)
+(defun jabber-handle-uri (uri &rest ignored-args)
"Handle XMPP links according to draft-saintandre-xmpp-iri-04.
See Info node `(jabber)XMPP URIs'."
(interactive "sEnter XMPP URI: ")