aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinglu Chen <public@yoctocell.xyz>2021-02-24 19:37:55 +0100
committerXinglu Chen <public@yoctocell.xyz>2021-03-13 11:06:22 +0100
commit0535b7a3ef59908d10fe5f0f5910887257d8050b (patch)
tree9d1cf6ab1e4e31f6780012933e252549303c2f7f
parent8c3b13e52d8446d1d6cecfc6974a057d93161a77 (diff)
piem: Provide library.
* git-email-piem.el (git-email-piem): Provide `git-email-piem' library.
-rw-r--r--git-email-piem.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/git-email-piem.el b/git-email-piem.el
index 85866d1..2c68560 100644
--- a/git-email-piem.el
+++ b/git-email-piem.el
@@ -69,3 +69,6 @@ determine the \"to\" address."
(delete 'git-email-piem--get-to-address
git-email-get-to-address-functions))))
+
+(provide 'git-email-piem)
+;;; git-email-piem.el ends here