diff options
author | Arun Isaac | 2025-06-08 03:11:27 +0100 |
---|---|---|
committer | Arun Isaac | 2025-06-08 03:11:27 +0100 |
commit | 4e51c421c45e1dc763c7b9c30d11f6404bdbf88d (patch) | |
tree | 1c00d6dc007a78df41025a44c695629d467d2c86 | |
parent | be1bfacb087a1b6b472fc010be5a7c07e19427ca (diff) | |
download | varuga-4e51c421c45e1dc763c7b9c30d11f6404bdbf88d.tar.gz varuga-4e51c421c45e1dc763c7b9c30d11f6404bdbf88d.tar.lz varuga-4e51c421c45e1dc763c7b9c30d11f6404bdbf88d.zip |
Autoload varuga-invite.
* varuga.el (varuga-invite): Autoload.
-rw-r--r-- | varuga.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |