]> git.eshelyaron.com Git - emacs.git/commitdiff
Require calendar, not cal-julian.
authorGlenn Morris <rgm@gnu.org>
Wed, 26 Mar 2008 03:09:12 +0000 (03:09 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 26 Mar 2008 03:09:12 +0000 (03:09 +0000)
(calendar-bahai-epoch): Doc fix.

lisp/calendar/cal-bahai.el

index 71c4a53e12850e7c1d122e1f837c9f3e8d6efc41..57ff7bad89aad9c76c752f688301ea60bb80b293 100644 (file)
@@ -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."