summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-04-07 19:05:41 +0000
committerRichard M. Stallman <rms@gnu.org>1994-04-07 19:05:41 +0000
commitcd2d091aff1ad494545a8506f6b728f20a71063a (patch)
treea3454f264f13174ef63bdb5e5660ba6a94b7c5a9
parentbe0218a89c9a4c4434ba8fc138df729b4640b7c1 (diff)
downloademacs-cd2d091aff1ad494545a8506f6b728f20a71063a.tar.gz
(calendar-daylight-savings-ends)
(calendar-daylight-savings-ends): Add risky-local-variable property.
-rw-r--r--lisp/calendar/cal-dst.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/calendar/cal-dst.el b/lisp/calendar/cal-dst.el
index a4c666eac5e..d395173197e 100644
--- a/lisp/calendar/cal-dst.el
+++ b/lisp/calendar/cal-dst.el
@@ -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))