[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/calendar/cal-bahai.el,v
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/calendar/cal-bahai.el,v |
Date: |
Sat, 05 Apr 2008 20:21:00 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Glenn Morris <gm> 08/04/05 20:21:00
Index: cal-bahai.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/cal-bahai.el,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47
--- cal-bahai.el 4 Apr 2008 07:00:54 -0000 1.46
+++ cal-bahai.el 5 Apr 2008 20:21:00 -0000 1.47
@@ -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
- [Emacs-diffs] Changes to emacs/lisp/calendar/cal-bahai.el,v, Glenn Morris, 2008/04/03
- [Emacs-diffs] Changes to emacs/lisp/calendar/cal-bahai.el,v, Glenn Morris, 2008/04/04
- [Emacs-diffs] Changes to emacs/lisp/calendar/cal-bahai.el,v, Glenn Morris, 2008/04/04
- [Emacs-diffs] Changes to emacs/lisp/calendar/cal-bahai.el,v,
Glenn Morris <=
- [Emacs-diffs] Changes to emacs/lisp/calendar/cal-bahai.el,v, Glenn Morris, 2008/04/06
- [Emacs-diffs] Changes to emacs/lisp/calendar/cal-bahai.el,v, Glenn Morris, 2008/04/06
- [Emacs-diffs] Changes to emacs/lisp/calendar/cal-bahai.el,v, Glenn Morris, 2008/04/08