]> code.delx.au - gnu-emacs/commitdiff
(view-other-diary-entries): Add autoload.
authorGlenn Morris <rgm@gnu.org>
Mon, 20 Dec 2004 18:09:46 +0000 (18:09 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 20 Dec 2004 18:09:46 +0000 (18:09 +0000)
lisp/calendar/calendar.el

index aa0b3005fad5f088c0897d78e2f51ef1f59c1399..88d6aee513f93b805289d23a57bff05ab4eb5798 100644 (file)
@@ -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)