From: Glenn Morris Date: Mon, 20 Dec 2004 18:09:46 +0000 (+0000) Subject: (view-other-diary-entries): Add autoload. X-Git-Tag: ttn-vms-21-2-B4~3197 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=791b8dea104a192b323e5f0d06a6b2ebf432b9aa;p=emacs.git (view-other-diary-entries): Add autoload. --- diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index aa0b3005fad..88d6aee513f 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -1660,6 +1660,13 @@ the date indicated by the cursor position in the displayed three-month calendar." t) +(autoload 'view-other-diary-entries "diary-lib" + "Prepare and display buffer of diary entries from an alternative diary file. +Searches for entries that match ARG days, starting with the date indicated +by the cursor position in the displayed three-month calendar. +D-FILE specifies the file to use as the diary file." + t) + (autoload 'calendar-sunrise-sunset "solar" "Local time of sunrise and sunset for date under cursor." t)