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
Open sidebar
emacs
emacs
Commits
b27c3bc6
Commit
b27c3bc6
authored
Jun 10, 2009
by
Glenn Morris
Browse files
(calendar-time-zone-daylight-rules): Fix typo in 2008-04-02 change.
parent
9903d1e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/calendar/cal-dst.el
lisp/calendar/cal-dst.el
+1
-1
No files found.
lisp/ChangeLog
View file @
b27c3bc6
2009-06-10 Glenn Morris <rgm@gnu.org>
* calendar/cal-dst.el (calendar-time-zone-daylight-rules):
Fix typo in 2008-04-02 change.
2009-06-10 Kenichi Handa <handa@m17n.org>
* composite.el (compose-gstring-for-terminal): For zero-width
...
...
lisp/calendar/cal-dst.el
View file @
b27c3bc6
...
...
@@ -229,7 +229,7 @@ The result has the proper form for `calendar-daylight-savings-starts'."
(
setq
date
(
cond
((
eq
(
car
rule
)
'calendar-nth-named-day
)
(
eval
(
cons
'calendar-nth-named-absday
(
cdr
rule
))))
((
eq
(
car
rule
)
'calendar-gregorian-from-absolute
)
(
eval
(
cdr
rule
)))
(
eval
(
c
a
dr
rule
)))
(
t
(
calendar-absolute-from-gregorian
(
eval
rule
)))))
(
or
(
equal
(
current-time-zone
(
calendar-time-from-absolute
date
prevday-sec
))
...
...
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