changeset 93219:c6347f1dc07e

Require calendar, not cal-julian. (calendar-bahai-epoch): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Wed, 26 Mar 2008 03:09:12 +0000
parents bc1a1e3bfbf8
children f59ab0cdc9ba
files lisp/calendar/cal-bahai.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/cal-bahai.el	Wed Mar 26 02:40:58 2008 +0000
+++ b/lisp/calendar/cal-bahai.el	Wed Mar 26 03:09:12 2008 +0000
@@ -55,7 +55,7 @@
 
 ;;; Code:
 
-(require 'cal-julian)
+(require 'calendar)
 
 (defconst calendar-bahai-month-name-array
   ["Bahá" "Jalál" "Jamál" "`Azamat" "Núr" "Rahmat" "Kalimát" "Kamál"
@@ -64,7 +64,7 @@
   "Array of the month names in the Bahá'í calendar.")
 
 (defconst calendar-bahai-epoch (calendar-absolute-from-gregorian '(3 21 1844))
-  "Absolute date of start of Bahá'í calendar = March 19, 622 AD (Julian).")
+  "Absolute date of start of Bahá'í calendar = March 21, 1844 AD.")
 
 (defun calendar-bahai-leap-year-p (year)
   "True if Bahá'í YEAR is a leap year in the Bahá'í calendar."