# HG changeset patch # User Glenn Morris # Date 1184526854 0 # Node ID 4e184fc02f46d68e84bcb9584ae90e62f8c8e6fa # Parent b423c494aa4ae53ecec114c00ada27769e2e2a13 Jeff Miller (tiny change) (calendar-goto-bahai-date): Autoload it. diff -r b423c494aa4a -r 4e184fc02f46 lisp/calendar/calendar.el --- a/lisp/calendar/calendar.el Sun Jul 15 19:12:45 2007 +0000 +++ b/lisp/calendar/calendar.el Sun Jul 15 19:14:14 2007 +0000 @@ -1821,6 +1821,11 @@ (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)