summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2023-10-14 08:56:41 +0300
committerdefanor <defanor@uberspace.net>2023-10-14 08:56:41 +0300
commit205fb31965b51b650b40bb3f0e54ec0cfdead36a (patch)
tree0d7edf285eb061235424940342878d722ac6530d
parent430d97ddc6e68e62cc0f2e77319aaa92876f51eb (diff)
Mark `xmpp' in xmpp.el for autoload
-rw-r--r--emacs/xmpp.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/xmpp.el b/emacs/xmpp.el
index 1dbd34b..3fcf8b5 100644
--- a/emacs/xmpp.el
+++ b/emacs/xmpp.el
@@ -463,6 +463,7 @@ its printing--which doesn't handle namespaces--can be used too."
(delete-region (point-min) zero)
(setq zero (search-forward "\0" nil t)))))))))
+;;;###autoload
(defun xmpp (jid)
"Initiates a new XMPP session."
(interactive "sJID: ")