comparison lisp/calendar/diary-lib.el @ 36906:6098465deff0

See ChangeLog
author John Wiegley <johnw@newartisans.com>
date Tue, 20 Mar 2001 20:26:13 +0000
parents 38b437f4134e
children 69ed032fdcce
comparison
equal deleted inserted replaced
36905:c0d969b6d559 36906:6098465deff0
132 "Mark days in the calendar window that have Islamic date diary entries." 132 "Mark days in the calendar window that have Islamic date diary entries."
133 t) 133 t)
134 134
135 (autoload 'mark-islamic-calendar-date-pattern "cal-islam" 135 (autoload 'mark-islamic-calendar-date-pattern "cal-islam"
136 "Mark dates in calendar window that conform to Islamic date MONTH/DAY/YEAR." 136 "Mark dates in calendar window that conform to Islamic date MONTH/DAY/YEAR."
137 t)
138
139 (autoload 'diary-bahai-date "cal-bahai"
140 "Baha'i calendar equivalent of date diary entry."
141 t)
142
143 (autoload 'list-bahai-diary-entries "cal-bahai"
144 "Add any Baha'i date entries from the diary file to `diary-entries-list'."
145 t)
146
147 (autoload 'mark-bahai-diary-entries "cal-bahai"
148 "Mark days in the calendar window that have Baha'i date diary entries."
149 t)
150
151 (autoload 'mark-bahai-calendar-date-pattern "cal-bahai"
152 "Mark dates in calendar window that conform to Baha'i date MONTH/DAY/YEAR."
137 t) 153 t)
138 154
139 (autoload 'diary-hebrew-date "cal-hebrew" 155 (autoload 'diary-hebrew-date "cal-hebrew"
140 "Hebrew calendar equivalent of date diary entry." 156 "Hebrew calendar equivalent of date diary entry."
141 t) 157 t)