# HG changeset patch # User Glenn Morris # Date 1206500952 0 # Node ID c6347f1dc07e579a5a0bcba3a6e06bcb3bcc7cac # Parent bc1a1e3bfbf887e848725ff02aa6ee499df04837 Require calendar, not cal-julian. (calendar-bahai-epoch): Doc fix. diff -r bc1a1e3bfbf8 -r c6347f1dc07e lisp/calendar/cal-bahai.el --- 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."