aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-07-15 19:15:02 +0000
committerGlenn Morris2007-07-15 19:15:02 +0000
commit9513cf1003714a81764061bdafa1edaf5ffbe625 (patch)
treec38a4804582c528fd4a5930827f4a631dc62d56e
parentec07b64b8eef75156015cbea689919c005bfbc37 (diff)
downloademacs-9513cf1003714a81764061bdafa1edaf5ffbe625.tar.gz
emacs-9513cf1003714a81764061bdafa1edaf5ffbe625.zip
Move autoload from previous change to calendar.el.
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/calendar/cal-bahai.el1
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
292007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change) 292007-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
342007-07-13 Eli Zaretskii <eliz@gnu.org> 332007-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.
155Echo Baha'i date unless NOECHO is t." 154Echo Baha'i date unless NOECHO is t."