From 4e51c421c45e1dc763c7b9c30d11f6404bdbf88d Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 8 Jun 2025 03:11:27 +0100 Subject: Autoload varuga-invite. * varuga.el (varuga-invite): Autoload. --- varuga.el | 1 + 1 file changed, 1 insertion(+) (limited to 'varuga.el') diff --git a/varuga.el b/varuga.el index d07b5af..f0c611c 100644 --- a/varuga.el +++ b/varuga.el @@ -164,6 +164,7 @@ PARAMS is an alist of ical property parameters and their values." (or (message-fetch-field "Subject") "")) +;;;###autoload (defun varuga-invite (summary location when duration) "Insert calendar invitation into current email message buffer. SUMMARY is a short description of the event. LOCATION is the -- cgit v1.2.3