From 1e6083840c68f16750383d3dcfd0cd3c592ec281 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 30 May 1994 09:36:20 +0000 Subject: [PATCH] (calendar-daylight-savings-ends): Fix typo in put. --- lisp/calendar/cal-dst.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calendar/cal-dst.el b/lisp/calendar/cal-dst.el index a0830f151ad..277e9d88531 100644 --- a/lisp/calendar/cal-dst.el +++ b/lisp/calendar/cal-dst.el @@ -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)) -- 2.39.5