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

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

index 3fb9fc4cb4234d3836f5c0e980fd5e51ae8fa3bd..0faca7d41bd5d42294c65d9fc1b431c722b80df5 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-13  Eli Zaretskii  <eliz@gnu.org>
 
        * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
@@ -8,7 +13,7 @@
        * replace.el (match): Use yellow1 instead of yellow.
 
        * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
-       red. 
+       red.
 
        * pcvs-info.el (cvs-unknown): Likewise.
 
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."