# HG changeset patch # User Glenn Morris # Date 1184526994 0 # Node ID cdd1d135369b4a3d9bb1d007c3973f133468eb7b # Parent fdb0d1e26688317279b15dc71603c5d48308f0fb Jeff Miller (tiny change) (calendar-goto-bahai-date): Autoload it. diff -r fdb0d1e26688 -r cdd1d135369b lisp/calendar/calendar.el --- a/lisp/calendar/calendar.el Sun Jul 15 19:15:02 2007 +0000 +++ b/lisp/calendar/calendar.el Sun Jul 15 19:16:34 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)