Function: calendar-bahai-goto-date

calendar-bahai-goto-date is an autoloaded, interactive and byte-compiled function defined in cal-bahai.el.gz.

Signature

(calendar-bahai-goto-date DATE &optional NOECHO)

Documentation

Move cursor to Bahá’í date DATE; echo Bahá’í date unless NOECHO is non-nil.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-bahai.el.gz
;;;###cal-autoload
(defun calendar-bahai-goto-date (date &optional noecho)
  "Move cursor to Bahá’í date DATE; echo Bahá’í date unless NOECHO is non-nil."
  (interactive (calendar-bahai-read-date))
  (calendar-goto-date (calendar-gregorian-from-absolute
                       (calendar-bahai-to-absolute date)))
  (or noecho (calendar-bahai-print-date)))