changeset 7746:abd7e801de63

(calendar-daylight-savings-ends): Fix typo in put.
author Richard M. Stallman <rms@gnu.org>
date Mon, 30 May 1994 09:36:20 +0000
parents 7259e377c81f
children 40d992ff4662
files lisp/calendar/cal-dst.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))