diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-30 09:36:20 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-30 09:36:20 +0000 |
commit | 1e6083840c68f16750383d3dcfd0cd3c592ec281 (patch) | |
tree | 1736cfb8abc7ab0c6266e6c4631ebcf89de55ed4 /lisp/calendar/cal-dst.el | |
parent | c32b0bce83d8ce64556afa71cc09c75a4e0e2819 (diff) | |
download | emacs-1e6083840c68f16750383d3dcfd0cd3c592ec281.tar.gz |
(calendar-daylight-savings-ends): Fix typo in put.
Diffstat (limited to 'lisp/calendar/cal-dst.el')
-rw-r--r-- | lisp/calendar/cal-dst.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |