aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar/diary-lib.el
diff options
context:
space:
mode:
authorJohn Wiegley <[email protected]>2001-03-20 20:26:13 +0000
committerJohn Wiegley <[email protected]>2001-03-20 20:26:13 +0000
commit341c19b9d0b4f3376a221d4eabba6b369f644ad5 (patch)
treef2c573239681e20be4a651449329db3960d6518b /lisp/calendar/diary-lib.el
parent7194219dd32abc3d6e35cb5acd18f3a34c2cec67 (diff)
See ChangeLog
Diffstat (limited to 'lisp/calendar/diary-lib.el')
-rw-r--r--lisp/calendar/diary-lib.el16
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el
index c03b92a73d..084b288174 100644
--- a/lisp/calendar/diary-lib.el
+++ b/lisp/calendar/diary-lib.el
@@ -136,6 +136,22 @@ The holidays are those in the list `calendar-holidays'."
"Mark dates in calendar window that conform to Islamic date MONTH/DAY/YEAR."
t)
+(autoload 'diary-bahai-date "cal-bahai"
+ "Baha'i calendar equivalent of date diary entry."
+ t)
+
+(autoload 'list-bahai-diary-entries "cal-bahai"
+ "Add any Baha'i date entries from the diary file to `diary-entries-list'."
+ t)
+
+(autoload 'mark-bahai-diary-entries "cal-bahai"
+ "Mark days in the calendar window that have Baha'i date diary entries."
+ t)
+
+(autoload 'mark-bahai-calendar-date-pattern "cal-bahai"
+ "Mark dates in calendar window that conform to Baha'i date MONTH/DAY/YEAR."
+ t)
+
(autoload 'diary-hebrew-date "cal-hebrew"
"Hebrew calendar equivalent of date diary entry."
t)