From 791b8dea104a192b323e5f0d06a6b2ebf432b9aa Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 20 Dec 2004 18:09:46 +0000 Subject: [PATCH] (view-other-diary-entries): Add autoload. --- lisp/calendar/calendar.el | 7 +++++++ 1 file changed, 7 insertions(+) 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) -- 2.11.4.GIT