# HG changeset patch # User Glenn Morris # Date 1207294406 0 # Node ID 52da900141b3bc3a739561ef34e291df30bfc981 # Parent 447b30ba4c57a18ff93ba3ab90790e126bff07ff Update for islamic name changes. diff -r 447b30ba4c57 -r 52da900141b3 lisp/calendar/diary-lib.el --- 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)