Mercurial > emacs
changeset 59044:9dadbbe9a381
(view-other-diary-entries): Add autoload.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 20 Dec 2004 18:09:46 +0000 |
parents | 5ddb0b71254b |
children | ba6d401365b5 |
files | lisp/calendar/calendar.el |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)