1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

Move autoload from previous change to calendar.el.

This commit is contained in:
Glenn Morris 2007-07-15 19:15:02 +00:00
parent ec07b64b8e
commit 9513cf1003
2 changed files with 1 additions and 3 deletions

View 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>

View 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."