From: Glenn Morris <rgm@gnu.org>
Date: Sun, 15 Jul 2007 19:15:02 +0000 (+0000)
Subject: Move autoload from previous change to calendar.el.
X-Git-Tag: emacs-pretest-22.1.90~1258
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9513cf1003714a81764061bdafa1edaf5ffbe625;p=emacs.git

Move autoload from previous change to calendar.el.
---

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3631cccab7f..1711a9862b4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -28,8 +28,7 @@
 
 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
 
-	* calendar/cal-bahai.el (calendar-goto-bahai-date): Add autoload
-	cookie.
+	* calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
 
 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
 
diff --git a/lisp/calendar/cal-bahai.el b/lisp/calendar/cal-bahai.el
index 7bf90ec5d11..06703e3b73b 100644
--- a/lisp/calendar/cal-bahai.el
+++ b/lisp/calendar/cal-bahai.el
@@ -149,7 +149,6 @@ 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."