# HG changeset patch # User Richard M. Stallman # Date 770290580 0 # Node ID abd7e801de63b558158e0087de69dde8033a8fb0 # Parent 7259e377c81fc252cabe3e2049816de459644760 (calendar-daylight-savings-ends): Fix typo in put. diff -r 7259e377c81f -r abd7e801de63 lisp/calendar/cal-dst.el --- a/lisp/calendar/cal-dst.el Mon May 30 09:15:53 1994 +0000 +++ b/lisp/calendar/cal-dst.el Mon May 30 09:36:20 1994 +0000 @@ -304,7 +304,7 @@ 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))