comparison lisp/calendar/calendar.el @ 59044:9dadbbe9a381

(view-other-diary-entries): Add autoload.
author Glenn Morris <rgm@gnu.org>
date Mon, 20 Dec 2004 18:09:46 +0000
parents 958fe05efd62
children b8747b7d8e2a eac554634bfa
comparison
equal deleted inserted replaced
59043:5ddb0b71254b 59044:9dadbbe9a381
1656 (autoload 'view-diary-entries "diary-lib" 1656 (autoload 'view-diary-entries "diary-lib"
1657 "Prepare and display a buffer with diary entries. 1657 "Prepare and display a buffer with diary entries.
1658 Searches your diary file for entries that match ARG days starting with 1658 Searches your diary file for entries that match ARG days starting with
1659 the date indicated by the cursor position in the displayed three-month 1659 the date indicated by the cursor position in the displayed three-month
1660 calendar." 1660 calendar."
1661 t)
1662
1663 (autoload 'view-other-diary-entries "diary-lib"
1664 "Prepare and display buffer of diary entries from an alternative diary file.
1665 Searches for entries that match ARG days, starting with the date indicated
1666 by the cursor position in the displayed three-month calendar.
1667 D-FILE specifies the file to use as the diary file."
1661 t) 1668 t)
1662 1669
1663 (autoload 'calendar-sunrise-sunset "solar" 1670 (autoload 'calendar-sunrise-sunset "solar"
1664 "Local time of sunrise and sunset for date under cursor." 1671 "Local time of sunrise and sunset for date under cursor."
1665 t) 1672 t)