From: Glenn Morris Date: Wed, 26 Mar 2008 03:09:12 +0000 (+0000) Subject: Require calendar, not cal-julian. X-Git-Tag: emacs-pretest-23.0.90~6926 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0ac1cb01e7df9aa1d49693f989241f7a7db4d620;p=emacs.git Require calendar, not cal-julian. (calendar-bahai-epoch): Doc fix. --- diff --git a/lisp/calendar/cal-bahai.el b/lisp/calendar/cal-bahai.el index 71c4a53e128..57ff7bad89a 100644 --- a/lisp/calendar/cal-bahai.el +++ b/lisp/calendar/cal-bahai.el @@ -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."