From: Glenn Morris Date: Sun, 15 Jul 2007 19:16:34 +0000 (+0000) Subject: Jeff Miller (tiny change) X-Git-Tag: emacs-pretest-22.1.90~1257 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fae7f7ebd85c0c7d72c34b07c8deaee3cdd0d6c6;p=emacs.git Jeff Miller (tiny change) (calendar-goto-bahai-date): Autoload it. --- diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 03f9a95fe37..83ec95c844c 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -1821,6 +1821,11 @@ Driven by the variable `calendar-date-display-form'.") (autoload 'calendar-islamic-date-string "cal-islam" "String of Islamic date of Gregorian date.") +(autoload 'calendar-goto-bahai-date "cal-bahai" + "Move cursor to Baha'i date DATE. +Echo Baha'i date unless NOECHO is t." + t) + (autoload 'calendar-print-bahai-date "cal-bahai" "Show the Baha'i date equivalents of date." t)