changeset 81891:4e184fc02f46

Jeff Miller <jmiller at cablespeed.com> (tiny change) (calendar-goto-bahai-date): Autoload it.
author Glenn Morris <rgm@gnu.org>
date Sun, 15 Jul 2007 19:14:14 +0000
parents b423c494aa4a
children cf78c05b3254
files lisp/calendar/calendar.el
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)