Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
2396dbcb
Commit
2396dbcb
authored
Apr 27, 1996
by
Edward M. Reingold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Double DST correction removed!
parent
2f8d25d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
lisp/calendar/solar.el
lisp/calendar/solar.el
+4
-6
No files found.
lisp/calendar/solar.el
View file @
2396dbcb
...
...
@@ -883,13 +883,11 @@ No diary entry if there is no sunset on that date."
(
solar-setup
))
(
if
(
=
(
%
(
calendar-absolute-from-gregorian
date
)
7
)
5
)
;; Friday
(
let*
((
sunset
(
car
(
cdr
(
solar-sunrise-sunset
date
))))
(
light
(
if
sunset
(
dst-adjust-time
date
(
-
(
car
sunset
)
(
/
18.0
60.0
))))))
(
if
(
and
light
(
calendar-date-equal
date
(
car
light
)))
(
light
(
if
sunset
(
cons
(
-
(
car
sunset
)
(
/
18.0
60.0
))
(
cdr
sunset
)))))
(
if
sunset
(
format
"%s Sabbath candle lighting"
(
apply
'solar-time-string
(
cdr
light
)
))))))
(
apply
'solar-time-string
light
))))))
(
defun
solar-equinoxes/solstices
(
k
year
)
"Date of equinox/solstice K for YEAR.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment