comparison lisp/calendar/diary-lib.el @ 93648:52da900141b3

Update for islamic name changes.
author Glenn Morris <rgm@gnu.org>
date Fri, 04 Apr 2008 07:33:26 +0000
parents de3ea5f0a49b
children ee195aa26157
comparison
equal deleted inserted replaced
93647:447b30ba4c57 93648:52da900141b3
166 166
167 (defcustom nongregorian-diary-listing-hook nil 167 (defcustom nongregorian-diary-listing-hook nil
168 "List of functions called for listing diary file and included files. 168 "List of functions called for listing diary file and included files.
169 As the files are processed for diary entries, these functions are used 169 As the files are processed for diary entries, these functions are used
170 to cull relevant entries. You can use any or all of 170 to cull relevant entries. You can use any or all of
171 `list-hebrew-diary-entries', `list-islamic-diary-entries' and 171 `list-hebrew-diary-entries', `diary-islamic-list-entries' and
172 `diary-bahai-list-entries'. The documentation for these functions 172 `diary-bahai-list-entries'. The documentation for these functions
173 describes the style of such diary entries." 173 describes the style of such diary entries."
174 :type 'hook 174 :type 'hook
175 :options '(list-hebrew-diary-entries 175 :options '(list-hebrew-diary-entries
176 list-islamic-diary-entries 176 diary-islamic-list-entries
177 diary-bahai-list-entries) 177 diary-bahai-list-entries)
178 :group 'diary) 178 :group 'diary)
179 179
180 (defcustom nongregorian-diary-marking-hook nil 180 (defcustom nongregorian-diary-marking-hook nil
181 "List of functions called for marking diary file and included files. 181 "List of functions called for marking diary file and included files.
182 As the files are processed for diary entries, these functions are used 182 As the files are processed for diary entries, these functions are used
183 to cull relevant entries. You can use any or all of 183 to cull relevant entries. You can use any or all of
184 `mark-hebrew-diary-entries', `mark-islamic-diary-entries' and 184 `mark-hebrew-diary-entries', `diary-islamic-mark-entries' and
185 `bahai-mark-diary-entries'. The documentation for these functions 185 `bahai-mark-diary-entries'. The documentation for these functions
186 describes the style of such diary entries." 186 describes the style of such diary entries."
187 :type 'hook 187 :type 'hook
188 :options '(mark-hebrew-diary-entries 188 :options '(mark-hebrew-diary-entries
189 mark-islamic-diary-entries 189 diary-islamic-mark-entries
190 diary-bahai-mark-entries) 190 diary-bahai-mark-entries)
191 :group 'diary) 191 :group 'diary)
192 192
193 (defcustom print-diary-entries-hook 'lpr-buffer 193 (defcustom print-diary-entries-hook 'lpr-buffer
194 "Run by `print-diary-entries' after preparing a temporary diary buffer. 194 "Run by `print-diary-entries' after preparing a temporary diary buffer.
2095 (diary-font-lock-keywords-1 mark-hebrew-diary-entries 2095 (diary-font-lock-keywords-1 mark-hebrew-diary-entries
2096 list-hebrew-diary-entries 2096 list-hebrew-diary-entries
2097 cal-hebrew 2097 cal-hebrew
2098 calendar-hebrew-month-name-array-leap-year 2098 calendar-hebrew-month-name-array-leap-year
2099 hebrew-diary-entry-symbol) 2099 hebrew-diary-entry-symbol)
2100 (diary-font-lock-keywords-1 mark-islamic-diary-entries 2100 (diary-font-lock-keywords-1 diary-islamic-mark-entries
2101 list-islamic-diary-entries 2101 diary-islamic-list-entries
2102 cal-islam 2102 cal-islam
2103 calendar-islamic-month-name-array 2103 calendar-islamic-month-name-array
2104 islamic-diary-entry-symbol) 2104 islamic-diary-entry-symbol)
2105 (diary-font-lock-keywords-1 diary-bahai-mark-entries 2105 (diary-font-lock-keywords-1 diary-bahai-mark-entries
2106 diary-bahai-list-entries 2106 diary-bahai-list-entries