From 004b681c6445b598459e12e23cc730d41ac30508 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 15 Jul 2007 19:15:13 +0000 Subject: [PATCH] Jeff Miller (tiny change) (calendar-goto-bahai-date): Autoload it. --- lisp/ChangeLog | 3 +-- lisp/calendar/calendar.el | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6a568afe055..f888ffba489 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -6,8 +6,7 @@ 2007-07-15 Jeff Miller (tiny change) - * calendar/cal-bahai.el (calendar-goto-bahai-date): Add autoload - cookie. + * calendar/calendar.el (calendar-goto-bahai-date): Autoload it. 2007-07-15 Jason Rumney 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) -- 2.39.2