]> git.eshelyaron.com Git - emacs.git/commitdiff
(calendar-daylight-savings-ends)
authorRichard M. Stallman <rms@gnu.org>
Thu, 7 Apr 1994 19:05:41 +0000 (19:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 7 Apr 1994 19:05:41 +0000 (19:05 +0000)
(calendar-daylight-savings-ends): Add risky-local-variable property.

lisp/calendar/cal-dst.el

index a4c666eac5ef1308ff57b3c21ceed3f9f371e690..d395173197e7eb867805675aa450921ee0d25169 100644 (file)
@@ -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))