]> git.eshelyaron.com Git - emacs.git/commitdiff
Jeff Miller <jmiller at cablespeed.com> (tiny change)
authorGlenn Morris <rgm@gnu.org>
Sun, 15 Jul 2007 19:16:34 +0000 (19:16 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 15 Jul 2007 19:16:34 +0000 (19:16 +0000)
(calendar-goto-bahai-date): Autoload it.

lisp/calendar/calendar.el

index 03f9a95fe3745805a08cb8d5b54cda879f8f2381..83ec95c844c6ac0d2599b851b75072ed0ec786ce 100644 (file)
@@ -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)