aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2004-12-20 18:09:46 +0000
committerGlenn Morris2004-12-20 18:09:46 +0000
commit791b8dea104a192b323e5f0d06a6b2ebf432b9aa (patch)
treef3492d21a6b6902f3c9e5064857cebc9795efbf0 /lisp
parent3b554221139bc71cf608fa56212ec99a971c1c3d (diff)
downloademacs-791b8dea104a192b323e5f0d06a6b2ebf432b9aa.tar.gz
emacs-791b8dea104a192b323e5f0d06a6b2ebf432b9aa.zip
(view-other-diary-entries): Add autoload.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/calendar/calendar.el7
1 files changed, 7 insertions, 0 deletions
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
1660calendar." 1660calendar."
1661 t) 1661 t)
1662 1662
1663(autoload 'view-other-diary-entries "diary-lib"
1664 "Prepare and display buffer of diary entries from an alternative diary file.
1665Searches for entries that match ARG days, starting with the date indicated
1666by the cursor position in the displayed three-month calendar.
1667D-FILE specifies the file to use as the diary file."
1668 t)
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)