summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/calendar/cal-bahai.el1
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 61448396b13..1e206d111f4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
+
+ * calendar/cal-bahai.el (calendar-goto-bahai-date): Add autoload
+ cookie.
+
2007-07-15 Jason Rumney <jasonr@gnu.org>
* w32-fns.el (set-default-process-coding-system): Use dos line ends
diff --git a/lisp/calendar/cal-bahai.el b/lisp/calendar/cal-bahai.el
index 06703e3b73b..7bf90ec5d11 100644
--- a/lisp/calendar/cal-bahai.el
+++ b/lisp/calendar/cal-bahai.el
@@ -149,6 +149,7 @@ Defaults to today's date if DATE is not given."
(message "Baha'i date: %s"
(calendar-bahai-date-string (calendar-cursor-to-date t))))
+;;;###autoload
(defun calendar-goto-bahai-date (date &optional noecho)
"Move cursor to Baha'i date DATE.
Echo Baha'i date unless NOECHO is t."