]> code.delx.au - gnu-emacs/commitdiff
(calendar-daylight-savings-ends): Fix typo in put.
authorRichard M. Stallman <rms@gnu.org>
Mon, 30 May 1994 09:36:20 +0000 (09:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 30 May 1994 09:36:20 +0000 (09:36 +0000)
lisp/calendar/cal-dst.el

index a0830f151ad584d20118219aac53e627047b27ce..277e9d88531b8c75f0aedaff6b614c6049e4598d 100644 (file)
@@ -304,7 +304,7 @@ 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)
+(put 'calendar-daylight-savings-ends '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))