From cd2d091aff1ad494545a8506f6b728f20a71063a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 7 Apr 1994 19:05:41 +0000 Subject: [PATCH] (calendar-daylight-savings-ends) (calendar-daylight-savings-ends): Add risky-local-variable property. --- lisp/calendar/cal-dst.el | 4 ++++ 1 file changed, 4 insertions(+) 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)) -- 2.39.5