aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calendar/cal-dst.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calendar/cal-dst.el b/lisp/calendar/cal-dst.el
index cceb39e342d..05ada4ad0dd 100644
--- a/lisp/calendar/cal-dst.el
+++ b/lisp/calendar/cal-dst.el
@@ -240,8 +240,8 @@ The result has the proper form for `calendar-daylight-savings-starts'."
240 ;; it's wrong in general, but it's right for at least one year. 240 ;; it's wrong in general, but it's right for at least one year.
241 (setq candidate-rules (if new-rules (nreverse new-rules) 241 (setq candidate-rules (if new-rules (nreverse new-rules)
242 (list (car candidate-rules))) 242 (list (car candidate-rules)))
243 new-rules nil 243 new-rules nil
244 year (1+ year))) 244 year (1+ year)))
245 (car candidate-rules))) 245 (car candidate-rules)))
246 246
247;; TODO it might be better to extract this information directly from 247;; TODO it might be better to extract this information directly from