From ce4d3fff9be4970b01970beb9285f29d5ea1745e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 14 Nov 1993 22:54:45 +0000 Subject: [PATCH] (solar-equinoxes-solstices): Add autoload. --- lisp/calendar/solar.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/calendar/solar.el b/lisp/calendar/solar.el index 0298400b799..ad226b767a4 100644 --- a/lisp/calendar/solar.el +++ b/lisp/calendar/solar.el @@ -478,6 +478,7 @@ No diary entry if there is no sunset on that date." (if light (format "%s Sabbath candle lighting" (solar-time-string light date)))))) +;;;###autoload (defun solar-equinoxes-solstices () "Date and time of equinoxes and solstices, if visible in the calendar window. Requires floating point." -- 2.39.5