summaryrefslogtreecommitdiff
path: root/lisp/calendar/cal-bahai.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-03-26 03:09:12 +0000
committerGlenn Morris <rgm@gnu.org>2008-03-26 03:09:12 +0000
commit0ac1cb01e7df9aa1d49693f989241f7a7db4d620 (patch)
tree6954755659f86fec51c97344a26696d3e8dfea6f /lisp/calendar/cal-bahai.el
parent8be6f5ae7d149d1de5c094466e55be1c574be765 (diff)
downloademacs-0ac1cb01e7df9aa1d49693f989241f7a7db4d620.tar.gz
Require calendar, not cal-julian.
(calendar-bahai-epoch): Doc fix.
Diffstat (limited to 'lisp/calendar/cal-bahai.el')
-rw-r--r--lisp/calendar/cal-bahai.el4
1 files changed, 2 insertions, 2 deletions
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."