]> git.eshelyaron.com Git - emacs.git/commitdiff
Move autoload from previous change to calendar.el.
authorGlenn Morris <rgm@gnu.org>
Sun, 15 Jul 2007 19:15:02 +0000 (19:15 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 15 Jul 2007 19:15:02 +0000 (19:15 +0000)
lisp/ChangeLog
lisp/calendar/cal-bahai.el

index 3631cccab7f23589acdf4ce09d2dacca95476254..1711a9862b4be7c4029b755ea65576f9067af3f4 100644 (file)
@@ -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>
 
index 7bf90ec5d11ac8f0477e33cd794a62e882a841aa..06703e3b73ba6b03392abf378300ebf0445599c9 100644 (file)
@@ -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."