changeset 93732:87dc3cf28f80

Update for rename bahai-diary-entry-symbol to diary-bahai-entry-symbol.
author Glenn Morris <rgm@gnu.org>
date Sat, 05 Apr 2008 20:21:00 +0000
parents e0e1ee825fb6
children e1a9003feedf
files lisp/calendar/cal-bahai.el
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/cal-bahai.el	Sat Apr 05 20:20:38 2008 +0000
+++ b/lisp/calendar/cal-bahai.el	Sat Apr 05 20:21:00 2008 +0000
@@ -261,7 +261,7 @@
 ;;;###diary-autoload
 (defun diary-bahai-list-entries ()
   "Add any Bahá'í date entries from the diary file to `diary-entries-list'.
-Bahá'í date diary entries must be prefaced by `bahai-diary-entry-symbol'
+Bahá'í date diary entries must be prefaced by `diary-bahai-entry-symbol'
 \(normally a `B').  The same diary date forms govern the style of the
 Bahá'í calendar entries, except that the Bahá'í month names cannot be
 abbreviated.  The Bahá'í months are numbered from 1 to 19 with Bahá being
@@ -270,7 +270,7 @@
 will not be marked in the calendar.  This function is provided for use with
 `nongregorian-diary-listing-hook'."
   (diary-list-entries-1 calendar-bahai-month-name-array
-                        bahai-diary-entry-symbol
+                        diary-bahai-entry-symbol
                         'calendar-bahai-from-absolute))
 (define-obsolete-function-alias
   'list-bahai-diary-entries 'diary-bahai-list-entries "23.1")
@@ -299,7 +299,7 @@
 window.  See `diary-bahai-list-entries' for more information."
   (diary-mark-entries-1 'calendar-bahai-mark-date-pattern
                         calendar-bahai-month-name-array
-                        bahai-diary-entry-symbol
+                        diary-bahai-entry-symbol
                         'calendar-bahai-from-absolute))
 
 (define-obsolete-function-alias
@@ -315,7 +315,7 @@
 Prefix argument ARG makes the entry nonmarking."
   (interactive "P")
   (diary-insert-entry-1 nil arg calendar-bahai-month-name-array
-                        bahai-diary-entry-symbol
+                        diary-bahai-entry-symbol
                         'calendar-bahai-from-absolute))
 
 (define-obsolete-function-alias
@@ -328,7 +328,7 @@
 Prefix argument ARG makes the entry nonmarking."
   (interactive "P")
   (diary-insert-entry-1 'monthly arg calendar-bahai-month-name-array
-                        bahai-diary-entry-symbol
+                        diary-bahai-entry-symbol
                         'calendar-bahai-from-absolute))
 
 (define-obsolete-function-alias
@@ -341,7 +341,7 @@
 Prefix argument ARG will make the entry nonmarking."
   (interactive "P")
   (diary-insert-entry-1 'yearly arg calendar-bahai-month-name-array
-                        bahai-diary-entry-symbol
+                        diary-bahai-entry-symbol
                         'calendar-bahai-from-absolute))
 
 (define-obsolete-function-alias