]> code.delx.au - gnu-emacs/commitdiff
Jeff Miller <jmiller at cablespeed.com> (tiny change)
authorGlenn Morris <rgm@gnu.org>
Sun, 15 Jul 2007 01:14:34 +0000 (01:14 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 15 Jul 2007 01:14:34 +0000 (01:14 +0000)
(calendar-goto-bahai-date): Add autoload cookie.

lisp/ChangeLog
lisp/calendar/cal-bahai.el

index 61448396b13ca19a2a12e35acee873de80f6055c..1e206d111f4529861831195bf51cef5d138e8698 100644 (file)
@@ -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
index 06703e3b73ba6b03392abf378300ebf0445599c9..7bf90ec5d11ac8f0477e33cd794a62e882a841aa 100644 (file)
@@ -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."