diff options
author | Glenn Morris <rgm@gnu.org> | 2008-04-05 20:25:18 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-04-05 20:25:18 +0000 |
commit | 4f1c166c4ac9e308db9c8671b7adb3e841a5a90a (patch) | |
tree | b7b5d4429223ec17cde37fe3102babe1791c8fd4 /lisp/calendar/cal-dst.el | |
parent | 31487c0e38f01312bac77c6c146aa3046f7a02d7 (diff) | |
download | emacs-4f1c166c4ac9e308db9c8671b7adb3e841a5a90a.tar.gz |
Whitespace.
Diffstat (limited to 'lisp/calendar/cal-dst.el')
-rw-r--r-- | lisp/calendar/cal-dst.el | 4 |
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'." ;; it's wrong in general, but it's right for at least one year. (setq candidate-rules (if new-rules (nreverse new-rules) (list (car candidate-rules))) - new-rules nil - year (1+ year))) + new-rules nil + year (1+ year))) (car candidate-rules))) ;; TODO it might be better to extract this information directly from |