From: Richard M. Stallman Date: Mon, 30 May 1994 09:36:20 +0000 (+0000) Subject: (calendar-daylight-savings-ends): Fix typo in put. X-Git-Tag: emacs-19.34~8107 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1e6083840c68f16750383d3dcfd0cd3c592ec281;p=emacs.git (calendar-daylight-savings-ends): Fix typo in put. --- 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))