# HG changeset patch # User Richard M. Stallman # Date 765745541 0 # Node ID 4930c18bb456081c81dbef979442b3e309e2da31 # Parent 6e61dbbfce806782ed485e0dadb84962b529e1ce (calendar-daylight-savings-ends) (calendar-daylight-savings-ends): Add risky-local-variable property. diff -r 6e61dbbfce80 -r 4930c18bb456 lisp/calendar/cal-dst.el --- a/lisp/calendar/cal-dst.el Thu Apr 07 19:03:17 1994 +0000 +++ b/lisp/calendar/cal-dst.el Thu Apr 07 19:05:41 1994 +0000 @@ -281,6 +281,8 @@ "*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 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))