aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-07-15 01:15:36 +0000
committerGlenn Morris2007-07-15 01:15:36 +0000
commit792a2519da78b9e317cfe7174049c6dc09988f8a (patch)
treee7ea214ce0bfecebd7b77ea5c96160b0c1b8674a
parentf6021509c5beb6fc4fcf2a490710b7814b9e5d36 (diff)
downloademacs-792a2519da78b9e317cfe7174049c6dc09988f8a.tar.gz
emacs-792a2519da78b9e317cfe7174049c6dc09988f8a.zip
Jeff Miller <jmiller at cablespeed.com> (tiny change)
(calendar-goto-bahai-date): Add autoload cookie.
-rw-r--r--lisp/ChangeLog7
-rw-r--r--lisp/calendar/cal-bahai.el1
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3fb9fc4cb42..0faca7d41bd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
2
3 * calendar/cal-bahai.el (calendar-goto-bahai-date): Add autoload
4 cookie.
5
12007-07-13 Eli Zaretskii <eliz@gnu.org> 62007-07-13 Eli Zaretskii <eliz@gnu.org>
2 7
3 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets. 8 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
@@ -8,7 +13,7 @@
8 * replace.el (match): Use yellow1 instead of yellow. 13 * replace.el (match): Use yellow1 instead of yellow.
9 14
10 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of 15 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
11 red. 16 red.
12 17
13 * pcvs-info.el (cvs-unknown): Likewise. 18 * pcvs-info.el (cvs-unknown): Likewise.
14 19
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."
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
152(defun calendar-goto-bahai-date (date &optional noecho) 153(defun calendar-goto-bahai-date (date &optional noecho)
153 "Move cursor to Baha'i date DATE. 154 "Move cursor to Baha'i date DATE.
154Echo Baha'i date unless NOECHO is t." 155Echo Baha'i date unless NOECHO is t."