aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-04-04 07:33:26 +0000
committerGlenn Morris2008-04-04 07:33:26 +0000
commit26ce642ac99e83807afe2fb2ad910409c091cf8b (patch)
tree01240cc0e7ef56b507e6264681fdbf01e9f3a75e
parentb78b866a568992141b6889f0ac3917c63c48c67a (diff)
downloademacs-26ce642ac99e83807afe2fb2ad910409c091cf8b.tar.gz
emacs-26ce642ac99e83807afe2fb2ad910409c091cf8b.zip
Update for islamic name changes.
-rw-r--r--lisp/calendar/diary-lib.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el
index 16b06b342da..e9350330193 100644
--- a/lisp/calendar/diary-lib.el
+++ b/lisp/calendar/diary-lib.el
@@ -168,12 +168,12 @@ you will probably also want to add `include-other-diary-files' to
168 "List of functions called for listing diary file and included files. 168 "List of functions called for listing diary file and included files.
169As the files are processed for diary entries, these functions are used 169As the files are processed for diary entries, these functions are used
170to cull relevant entries. You can use any or all of 170to 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
173describes the style of such diary entries." 173describes 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
@@ -181,12 +181,12 @@ describes the style of such diary entries."
181 "List of functions called for marking diary file and included files. 181 "List of functions called for marking diary file and included files.
182As the files are processed for diary entries, these functions are used 182As the files are processed for diary entries, these functions are used
183to cull relevant entries. You can use any or all of 183to 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
186describes the style of such diary entries." 186describes 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
@@ -2097,8 +2097,8 @@ and return a font-lock pattern matching array of MONTHS and marking SYMBOL."
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)