diff lisp/calendar/solar.el @ 92841:bde51dafc021

Add calendar-specific autoload cookies.
author Glenn Morris <rgm@gnu.org>
date Thu, 13 Mar 2008 05:49:02 +0000
parents 3e5b1792e433
children 506b148b25a4
line wrap: on
line diff
--- a/lisp/calendar/solar.el	Thu Mar 13 05:48:42 2008 +0000
+++ b/lisp/calendar/solar.el	Thu Mar 13 05:49:02 2008 +0000
@@ -872,6 +872,7 @@
                   "Type \\[switch-to-buffer-other-window] RET to restore old \
 contents of temp window."))))))
 
+;;;###cal-autoload
 (defun calendar-sunrise-sunset ()
   "Local time of sunrise and sunset for date under cursor.
 Accurate to a few seconds."
@@ -886,6 +887,7 @@
 (defvar date)
 
 ;; To be called from list-sexp-diary-entries, where DATE is bound.
+;;;###diary-autoload
 (defun diary-sunrise-sunset ()
   "Local time of sunrise and sunset as a diary entry.
 Accurate to a few seconds."
@@ -894,6 +896,7 @@
   (solar-sunrise-sunset-string date))
 
 ;; To be called from list-sexp-diary-entries, where DATE is bound.
+;;;###diary-autoload
 (defun diary-sabbath-candles (&optional mark)
   "Local time of candle lighting diary entry--applies if date is a Friday.
 No diary entry if there is no sunset on that date.
@@ -1015,6 +1018,7 @@
                             (* -0.00823 z z z)
                             (* 0.00032 z z z z)))))))
 
+;;;###holiday-autoload
 (defun solar-equinoxes-solstices ()
   "Local date and time of equinoxes and solstices, if visible in the calendar.
 Requires floating point."