diff options
Diffstat (limited to 'lisp/calendar/iso8601.el')
| -rw-r--r-- | lisp/calendar/iso8601.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/calendar/iso8601.el b/lisp/calendar/iso8601.el index 906c29b15f4..7a6f14a858f 100644 --- a/lisp/calendar/iso8601.el +++ b/lisp/calendar/iso8601.el | |||
| @@ -114,6 +114,7 @@ | |||
| 114 | iso8601--duration-week-match | 114 | iso8601--duration-week-match |
| 115 | iso8601--duration-combined-match))) | 115 | iso8601--duration-combined-match))) |
| 116 | 116 | ||
| 117 | ;;;###autoload | ||
| 117 | (defun iso8601-parse (string &optional form) | 118 | (defun iso8601-parse (string &optional form) |
| 118 | "Parse an ISO 8601 date/time string and return a `decode-time' structure. | 119 | "Parse an ISO 8601 date/time string and return a `decode-time' structure. |
| 119 | 120 | ||