diff options
author | Glenn Morris <rgm@gnu.org> | 2007-07-15 01:14:34 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-07-15 01:14:34 +0000 |
commit | 4207db9aafd92bd6d03c994f18390a58d278210d (patch) | |
tree | c4da6a9cdd3d3dba3c6a82160dfd3d89f2c48e73 /lisp/calendar | |
parent | 3af378034d580f0844be9bd6d4dfb264a239741d (diff) | |
download | emacs-4207db9aafd92bd6d03c994f18390a58d278210d.tar.gz |
Jeff Miller <jmiller at cablespeed.com> (tiny change)
(calendar-goto-bahai-date): Add autoload cookie.
Diffstat (limited to 'lisp/calendar')
-rw-r--r-- | lisp/calendar/cal-bahai.el | 1 |
1 files changed, 1 insertions, 0 deletions
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." (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." |