diff options
| -rw-r--r-- | lisp/calendar/solar.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/calendar/solar.el b/lisp/calendar/solar.el index ed3c5a9074c..8fbdcada787 100644 --- a/lisp/calendar/solar.el +++ b/lisp/calendar/solar.el | |||
| @@ -174,8 +174,7 @@ delta. At present, delta = 0.01 degrees, so the value of the variable | |||
| 174 | '("Autumnal Equinox" "Winter Solstice" "Vernal Equinox" "Summer Solstice") | 174 | '("Autumnal Equinox" "Winter Solstice" "Vernal Equinox" "Summer Solstice") |
| 175 | "List of season changes for the southern hemisphere.") | 175 | "List of season changes for the southern hemisphere.") |
| 176 | 176 | ||
| 177 | (defvar solar-sidereal-time-greenwich-midnight | 177 | (defvar solar-sidereal-time-greenwich-midnight nil |
| 178 | nil | ||
| 179 | "Sidereal time at Greenwich at midnight (universal time).") | 178 | "Sidereal time at Greenwich at midnight (universal time).") |
| 180 | 179 | ||
| 181 | (defvar solar-northern-spring-or-summer-season nil | 180 | (defvar solar-northern-spring-or-summer-season nil |