diff options
| author | Glenn Morris | 2007-07-15 19:15:02 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-07-15 19:15:02 +0000 |
| commit | 9513cf1003714a81764061bdafa1edaf5ffbe625 (patch) | |
| tree | c38a4804582c528fd4a5930827f4a631dc62d56e | |
| parent | ec07b64b8eef75156015cbea689919c005bfbc37 (diff) | |
| download | emacs-9513cf1003714a81764061bdafa1edaf5ffbe625.tar.gz emacs-9513cf1003714a81764061bdafa1edaf5ffbe625.zip | |
Move autoload from previous change to calendar.el.
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/calendar/cal-bahai.el | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3631cccab7f..1711a9862b4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -28,8 +28,7 @@ | |||
| 28 | 28 | ||
| 29 | 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change) | 29 | 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change) |
| 30 | 30 | ||
| 31 | * calendar/cal-bahai.el (calendar-goto-bahai-date): Add autoload | 31 | * calendar/calendar.el (calendar-goto-bahai-date): Autoload it. |
| 32 | cookie. | ||
| 33 | 32 | ||
| 34 | 2007-07-13 Eli Zaretskii <eliz@gnu.org> | 33 | 2007-07-13 Eli Zaretskii <eliz@gnu.org> |
| 35 | 34 | ||
diff --git a/lisp/calendar/cal-bahai.el b/lisp/calendar/cal-bahai.el index 7bf90ec5d11..06703e3b73b 100644 --- a/lisp/calendar/cal-bahai.el +++ b/lisp/calendar/cal-bahai.el | |||
| @@ -149,7 +149,6 @@ Defaults to today's date if DATE is not given." | |||
| 149 | (message "Baha'i date: %s" | 149 | (message "Baha'i date: %s" |
| 150 | (calendar-bahai-date-string (calendar-cursor-to-date t)))) | 150 | (calendar-bahai-date-string (calendar-cursor-to-date t)))) |
| 151 | 151 | ||
| 152 | ;;;###autoload | ||
| 153 | (defun calendar-goto-bahai-date (date &optional noecho) | 152 | (defun calendar-goto-bahai-date (date &optional noecho) |
| 154 | "Move cursor to Baha'i date DATE. | 153 | "Move cursor to Baha'i date DATE. |
| 155 | Echo Baha'i date unless NOECHO is t." | 154 | Echo Baha'i date unless NOECHO is t." |