changeset 6735:4930c18bb456

(calendar-daylight-savings-ends) (calendar-daylight-savings-ends): Add risky-local-variable property.
author Richard M. Stallman <rms@gnu.org>
date Thu, 07 Apr 1994 19:05:41 +0000
parents 6e61dbbfce80
children 3e1323443b1a
files lisp/calendar/cal-dst.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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))