changeset 93648:52da900141b3

Update for islamic name changes.
author Glenn Morris <rgm@gnu.org>
date Fri, 04 Apr 2008 07:33:26 +0000
parents 447b30ba4c57
children 498835e424c8
files lisp/calendar/diary-lib.el
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/diary-lib.el	Fri Apr 04 07:32:39 2008 +0000
+++ b/lisp/calendar/diary-lib.el	Fri Apr 04 07:33:26 2008 +0000
@@ -168,12 +168,12 @@
   "List of functions called for listing diary file and included files.
 As the files are processed for diary entries, these functions are used
 to cull relevant entries.  You can use any or all of
-`list-hebrew-diary-entries', `list-islamic-diary-entries' and
+`list-hebrew-diary-entries', `diary-islamic-list-entries' and
 `diary-bahai-list-entries'.  The documentation for these functions
 describes the style of such diary entries."
   :type 'hook
   :options '(list-hebrew-diary-entries
-             list-islamic-diary-entries
+             diary-islamic-list-entries
              diary-bahai-list-entries)
   :group 'diary)
 
@@ -181,12 +181,12 @@
   "List of functions called for marking diary file and included files.
 As the files are processed for diary entries, these functions are used
 to cull relevant entries.  You can use any or all of
-`mark-hebrew-diary-entries', `mark-islamic-diary-entries' and
+`mark-hebrew-diary-entries', `diary-islamic-mark-entries' and
 `bahai-mark-diary-entries'.  The documentation for these functions
 describes the style of such diary entries."
   :type 'hook
   :options '(mark-hebrew-diary-entries
-             mark-islamic-diary-entries
+             diary-islamic-mark-entries
              diary-bahai-mark-entries)
   :group 'diary)
 
@@ -2097,8 +2097,8 @@
                                cal-hebrew
                                calendar-hebrew-month-name-array-leap-year
                                hebrew-diary-entry-symbol)
-   (diary-font-lock-keywords-1 mark-islamic-diary-entries
-                               list-islamic-diary-entries
+   (diary-font-lock-keywords-1 diary-islamic-mark-entries
+                               diary-islamic-list-entries
                                cal-islam
                                calendar-islamic-month-name-array
                                islamic-diary-entry-symbol)