From 205fb31965b51b650b40bb3f0e54ec0cfdead36a Mon Sep 17 00:00:00 2001 From: defanor Date: Sat, 14 Oct 2023 08:56:41 +0300 Subject: Mark `xmpp' in xmpp.el for autoload --- emacs/xmpp.el | 1 + 1 file changed, 1 insertion(+) 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: ") -- cgit v1.2.3