repo.or.cz
/
emacs-jabber.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'sourceforge/master'
[emacs-jabber.git]
/
emacs-jabber-uri-handler
blob
e60673d86edbfa02a598fd9ebd9318f5ba82b9f0
1
#!/bin/sh
2
3
# Pass XMPP URIs to jabber.el. See `(jabber)XMPP URIs'.
4
5
emacsclient
-e
"(jabber-handle-uri
\"
$1
\"
)"
6
7
# arch-tag: 3b655d90-0247-11db-86ba-000a95c2fcd0