Jeff Miller <jmiller at cablespeed.com> (tiny change)
(calendar-goto-bahai-date): Add autoload cookie.
This commit is contained in:
parent
f6021509c5
commit
792a2519da
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
|
||||
|
||||
* calendar/cal-bahai.el (calendar-goto-bahai-date): Add autoload
|
||||
cookie.
|
||||
|
||||
2007-07-13 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* 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.
|
||||
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue