From: Glenn Morris Date: Sun, 15 Jul 2007 01:15:36 +0000 (+0000) Subject: Jeff Miller (tiny change) X-Git-Tag: emacs-pretest-22.1.90~1270 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=792a2519da78b9e317cfe7174049c6dc09988f8a;p=emacs.git Jeff Miller (tiny change) (calendar-goto-bahai-date): Add autoload cookie. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3fb9fc4cb42..0faca7d41bd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-07-15 Jeff Miller (tiny change) + + * calendar/cal-bahai.el (calendar-goto-bahai-date): Add autoload + cookie. + 2007-07-13 Eli Zaretskii * 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. 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."