changeset 78145:cdd1d135369b

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:16:34 +0000
parents fdb0d1e26688
children 714a2d0b9062
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: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)