aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-07-15 19:16:34 +0000
committerGlenn Morris2007-07-15 19:16:34 +0000
commitfae7f7ebd85c0c7d72c34b07c8deaee3cdd0d6c6 (patch)
tree2da0031fd7b1dcc0d4d333dea13c89f55268b224
parent9513cf1003714a81764061bdafa1edaf5ffbe625 (diff)
downloademacs-fae7f7ebd85c0c7d72c34b07c8deaee3cdd0d6c6.tar.gz
emacs-fae7f7ebd85c0c7d72c34b07c8deaee3cdd0d6c6.zip
Jeff Miller <jmiller at cablespeed.com> (tiny change)
(calendar-goto-bahai-date): Autoload it.
-rw-r--r--lisp/calendar/calendar.el5
1 files changed, 5 insertions, 0 deletions
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'.")
1821(autoload 'calendar-islamic-date-string "cal-islam" 1821(autoload 'calendar-islamic-date-string "cal-islam"
1822 "String of Islamic date of Gregorian date.") 1822 "String of Islamic date of Gregorian date.")
1823 1823
1824(autoload 'calendar-goto-bahai-date "cal-bahai"
1825 "Move cursor to Baha'i date DATE.
1826Echo Baha'i date unless NOECHO is t."
1827 t)
1828
1824(autoload 'calendar-print-bahai-date "cal-bahai" 1829(autoload 'calendar-print-bahai-date "cal-bahai"
1825 "Show the Baha'i date equivalents of date." 1830 "Show the Baha'i date equivalents of date."
1826 t) 1831 t)