# HG changeset patch # User Glenn Morris # Date 1103566186 0 # Node ID 9dadbbe9a3811fb1c774f6f964296779aecf16cc # Parent 5ddb0b71254b6f27faa6d84231c2ff7e2d3501b4 (view-other-diary-entries): Add autoload. diff -r 5ddb0b71254b -r 9dadbbe9a381 lisp/calendar/calendar.el --- a/lisp/calendar/calendar.el Mon Dec 20 18:09:22 2004 +0000 +++ b/lisp/calendar/calendar.el Mon Dec 20 18:09:46 2004 +0000 @@ -1660,6 +1660,13 @@ 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)