From f784460e5fd99619070a302dfc22d24d54336ede Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 7 Feb 2021 15:04:06 -0500 Subject: piem-copy-mid-url: Autoload piem-copy-mid-url will usually be called through piem-dispatch, which is autoloaded, so autoloading piem-copy-mid-url doesn't matter in that context, but users are of course free to bind/call piem-copy-mid-url directly. --- piem.el | 1 + 1 file changed, 1 insertion(+) diff --git a/piem.el b/piem.el index 6424498..8f328c4 100644 --- a/piem.el +++ b/piem.el @@ -491,6 +491,7 @@ INBOX is nil, use the inbox returned by `piem-inbox'." (or inbox "current buffer")))) (piem-escape-mid mid))) +;;;###autoload (defun piem-copy-mid-url (&optional browse) "Copy public-inbox URL for the current buffer's message. With prefix argument BROWSE, call `browse-url' on the URL -- cgit v1.2.3