aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-04-05 20:21:00 +0000
committerGlenn Morris2008-04-05 20:21:00 +0000
commitcdf4a0e81243072c2f8ac27db1c7a4f2c9fc6b0f (patch)
treef5318a594cb7e86416e89d1c79b0ebde079743e9
parent7cef0cef0ce1ec19b1eb9597db298c20f24cac77 (diff)
downloademacs-cdf4a0e81243072c2f8ac27db1c7a4f2c9fc6b0f.tar.gz
emacs-cdf4a0e81243072c2f8ac27db1c7a4f2c9fc6b0f.zip
Update for rename bahai-diary-entry-symbol to diary-bahai-entry-symbol.
-rw-r--r--lisp/calendar/cal-bahai.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/calendar/cal-bahai.el b/lisp/calendar/cal-bahai.el
index 01653d14a09..2d96aeac839 100644
--- a/lisp/calendar/cal-bahai.el
+++ b/lisp/calendar/cal-bahai.el
@@ -261,7 +261,7 @@ Only considers the first, ninth, and twelfth days, unless ALL or
261;;;###diary-autoload 261;;;###diary-autoload
262(defun diary-bahai-list-entries () 262(defun diary-bahai-list-entries ()
263 "Add any Bahá'í date entries from the diary file to `diary-entries-list'. 263 "Add any Bahá'í date entries from the diary file to `diary-entries-list'.
264Bahá'í date diary entries must be prefaced by `bahai-diary-entry-symbol' 264Bahá'í date diary entries must be prefaced by `diary-bahai-entry-symbol'
265\(normally a `B'). The same diary date forms govern the style of the 265\(normally a `B'). The same diary date forms govern the style of the
266Bahá'í calendar entries, except that the Bahá'í month names cannot be 266Bahá'í calendar entries, except that the Bahá'í month names cannot be
267abbreviated. The Bahá'í months are numbered from 1 to 19 with Bahá being 267abbreviated. The Bahá'í months are numbered from 1 to 19 with Bahá being
@@ -270,7 +270,7 @@ abbreviated. The Bahá'í months are numbered from 1 to 19 with Bahá being
270will not be marked in the calendar. This function is provided for use with 270will not be marked in the calendar. This function is provided for use with
271`nongregorian-diary-listing-hook'." 271`nongregorian-diary-listing-hook'."
272 (diary-list-entries-1 calendar-bahai-month-name-array 272 (diary-list-entries-1 calendar-bahai-month-name-array
273 bahai-diary-entry-symbol 273 diary-bahai-entry-symbol
274 'calendar-bahai-from-absolute)) 274 'calendar-bahai-from-absolute))
275(define-obsolete-function-alias 275(define-obsolete-function-alias
276 'list-bahai-diary-entries 'diary-bahai-list-entries "23.1") 276 'list-bahai-diary-entries 'diary-bahai-list-entries "23.1")
@@ -299,7 +299,7 @@ Marks each entry in `diary-file' (or included files) visible in the calendar
299window. See `diary-bahai-list-entries' for more information." 299window. See `diary-bahai-list-entries' for more information."
300 (diary-mark-entries-1 'calendar-bahai-mark-date-pattern 300 (diary-mark-entries-1 'calendar-bahai-mark-date-pattern
301 calendar-bahai-month-name-array 301 calendar-bahai-month-name-array
302 bahai-diary-entry-symbol 302 diary-bahai-entry-symbol
303 'calendar-bahai-from-absolute)) 303 'calendar-bahai-from-absolute))
304 304
305(define-obsolete-function-alias 305(define-obsolete-function-alias
@@ -315,7 +315,7 @@ For the Bahá'í date corresponding to the date indicated by point.
315Prefix argument ARG makes the entry nonmarking." 315Prefix argument ARG makes the entry nonmarking."
316 (interactive "P") 316 (interactive "P")
317 (diary-insert-entry-1 nil arg calendar-bahai-month-name-array 317 (diary-insert-entry-1 nil arg calendar-bahai-month-name-array
318 bahai-diary-entry-symbol 318 diary-bahai-entry-symbol
319 'calendar-bahai-from-absolute)) 319 'calendar-bahai-from-absolute))
320 320
321(define-obsolete-function-alias 321(define-obsolete-function-alias
@@ -328,7 +328,7 @@ For the day of the Bahá'í month corresponding to the date indicated by point.
328Prefix argument ARG makes the entry nonmarking." 328Prefix argument ARG makes the entry nonmarking."
329 (interactive "P") 329 (interactive "P")
330 (diary-insert-entry-1 'monthly arg calendar-bahai-month-name-array 330 (diary-insert-entry-1 'monthly arg calendar-bahai-month-name-array
331 bahai-diary-entry-symbol 331 diary-bahai-entry-symbol
332 'calendar-bahai-from-absolute)) 332 'calendar-bahai-from-absolute))
333 333
334(define-obsolete-function-alias 334(define-obsolete-function-alias
@@ -341,7 +341,7 @@ For the day of the Bahá'í year corresponding to the date indicated by point.
341Prefix argument ARG will make the entry nonmarking." 341Prefix argument ARG will make the entry nonmarking."
342 (interactive "P") 342 (interactive "P")
343 (diary-insert-entry-1 'yearly arg calendar-bahai-month-name-array 343 (diary-insert-entry-1 'yearly arg calendar-bahai-month-name-array
344 bahai-diary-entry-symbol 344 diary-bahai-entry-symbol
345 'calendar-bahai-from-absolute)) 345 'calendar-bahai-from-absolute))
346 346
347(define-obsolete-function-alias 347(define-obsolete-function-alias