From: Richard M. Stallman Date: Thu, 7 Apr 1994 19:05:41 +0000 (+0000) Subject: (calendar-daylight-savings-ends) X-Git-Tag: emacs-19.34~9117 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cd2d091aff1ad494545a8506f6b728f20a71063a;p=emacs.git (calendar-daylight-savings-ends) (calendar-daylight-savings-ends): Add risky-local-variable property. --- 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))