Function: calendar-bahai-leap-year-p
calendar-bahai-leap-year-p is a byte-compiled function defined in
cal-bahai.el.gz.
Signature
(calendar-bahai-leap-year-p YEAR)
Documentation
True if Bahá’í YEAR is a leap year in the Bahá’í calendar.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/cal-bahai.el.gz
(defun calendar-bahai-leap-year-p (year)
"True if Bahá’í YEAR is a leap year in the Bahá’í calendar."
(calendar-leap-year-p (+ year 1844)))