Mercurial > emacs
changeset 13688:88f14fa8e205
Autoload diary-iso-date.
author | Edward M. Reingold <reingold@emr.cs.iit.edu> |
---|---|
date | Tue, 05 Dec 1995 23:05:25 +0000 |
parents | 9a985bcde00e |
children | a04244ec8530 |
files | lisp/calendar/diary-lib.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/diary-lib.el Tue Dec 05 23:01:36 1995 +0000 +++ b/lisp/calendar/diary-lib.el Tue Dec 05 23:05:25 1995 +0000 @@ -103,6 +103,10 @@ "Mayan calendar equivalent of date diary entry." t) +(autoload 'diary-iso-date "cal-iso" + "ISO calendar equivalent of date diary entry." + t) + (autoload 'diary-julian-date "cal-julian" "Julian calendar equivalent of date diary entry." t)