Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cd2d091a
Commit
cd2d091a
authored
Apr 07, 1994
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(calendar-daylight-savings-ends)
(calendar-daylight-savings-ends): Add risky-local-variable property.
parent
be0218a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lisp/calendar/cal-dst.el
lisp/calendar/cal-dst.el
+4
-0
No files found.
lisp/calendar/cal-dst.el
View file @
cd2d091a
...
...
@@ -281,6 +281,8 @@ For example, \"EST\" in New York City, \"PST\" for Los Angeles.")
"*Abbreviated name of daylight-savings time zone at `calendar-location-name'.
For example, \"EDT\" in New York City, \"PDT\" for Los Angeles."
)
;;;###autoload
(
put
'calendar-daylight-savings-starts
'risky-local-variable
t
)
(
defvar
calendar-daylight-savings-starts
(
or
(
car
(
nthcdr
4
calendar-current-time-zone-cache
))
(
and
(
not
(
zerop
calendar-daylight-time-offset
))
...
...
@@ -302,6 +304,8 @@ If it starts on the first Sunday in April, you would set it to
If the locale never uses daylight savings time, set this to nil."
)
;;;###autoload
(
put
'calendar-daylight-savings-starts
'risky-local-variable
t
)
(
defvar
calendar-daylight-savings-ends
(
or
(
car
(
nthcdr
5
calendar-current-time-zone-cache
))
(
and
(
not
(
zerop
calendar-daylight-time-offset
))
...
...
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