diff options
| author | Glenn Morris | 2007-07-15 19:15:13 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-07-15 19:15:13 +0000 |
| commit | 004b681c6445b598459e12e23cc730d41ac30508 (patch) | |
| tree | 3fb345779cf500ca558121649e49d1f59a5daa6c | |
| parent | 626fc5ee51c0898f437ef0d47c07abfa1b4d2e5c (diff) | |
| download | emacs-004b681c6445b598459e12e23cc730d41ac30508.tar.gz emacs-004b681c6445b598459e12e23cc730d41ac30508.zip | |
Jeff Miller <jmiller at cablespeed.com> (tiny change)
(calendar-goto-bahai-date): Autoload it.
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | 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 @@ | |||
| 6 | 6 | ||
| 7 | 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change) | 7 | 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change) |
| 8 | 8 | ||
| 9 | * calendar/cal-bahai.el (calendar-goto-bahai-date): Add autoload | 9 | * calendar/calendar.el (calendar-goto-bahai-date): Autoload it. |
| 10 | cookie. | ||
| 11 | 10 | ||
| 12 | 2007-07-15 Jason Rumney <jasonr@gnu.org> | 11 | 2007-07-15 Jason Rumney <jasonr@gnu.org> |
| 13 | 12 | ||
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. | ||
| 1826 | Echo 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) |