aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-04-05 20:25:18 +0000
committerGlenn Morris2008-04-05 20:25:18 +0000
commit4f1c166c4ac9e308db9c8671b7adb3e841a5a90a (patch)
treeb7b5d4429223ec17cde37fe3102babe1791c8fd4
parent31487c0e38f01312bac77c6c146aa3046f7a02d7 (diff)
downloademacs-4f1c166c4ac9e308db9c8671b7adb3e841a5a90a.tar.gz
emacs-4f1c166c4ac9e308db9c8671b7adb3e841a5a90a.zip
Whitespace.
-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