branch: externals/iso-date
commit cfa3bfc609872d273e5e6a48f25623779dfbd522
Author: Lucas Quintana <lm...@protonmail.com>
Commit: Lucas Quintana <lm...@protonmail.com>

    Add missing autoload
---
 iso-date.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/iso-date.el b/iso-date.el
index 80fd86215e..8e3066e47e 100644
--- a/iso-date.el
+++ b/iso-date.el
@@ -112,6 +112,7 @@ See also `iso-date-to-internal'."
 
 ;;;; Creation of strings
 
+;;;###autoload
 (defun iso-date (&rest keywords)
   "Return an ISO 8601 date string for current day.
 

Reply via email to