Function: calendar-bahai-mark-date-pattern

calendar-bahai-mark-date-pattern is an autoloaded and byte-compiled function defined in cal-bahai.el.gz.

Signature

(calendar-bahai-mark-date-pattern MONTH DAY YEAR &optional COLOR)

Documentation

Mark dates in calendar window that conform to Bahá’í date MONTH/DAY/YEAR.

A value of 0 in any position is a wildcard. Optional argument COLOR is passed to calendar-mark-visible-date as MARK.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-bahai.el.gz
;;;###diary-autoload
(defun calendar-bahai-mark-date-pattern (month day year &optional color)
  "Mark dates in calendar window that conform to Bahá’í date MONTH/DAY/YEAR.
A value of 0 in any position is a wildcard.  Optional argument COLOR is
passed to `calendar-mark-visible-date' as MARK."
  (calendar-mark-1 month day year 'calendar-bahai-from-absolute
                   'calendar-bahai-to-absolute color))