diff options
author | Glenn Morris <rgm@gnu.org> | 2008-04-02 03:52:36 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-04-02 03:52:36 +0000 |
commit | 55aab699192c9d8613f313f9dda4832b4d699413 (patch) | |
tree | 9d8f70c11e627bf87c5ad97d62c32c5ec24334f2 | |
parent | 79b4819d684964a65a2441009efd74c824d36019 (diff) | |
download | emacs-55aab699192c9d8613f313f9dda4832b4d699413.tar.gz |
Whitespace only.
-rw-r--r-- | lisp/calendar/cal-china.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/calendar/cal-china.el b/lisp/calendar/cal-china.el index eb07e41477d..ea4c1e92ad4 100644 --- a/lisp/calendar/cal-china.el +++ b/lisp/calendar/cal-china.el @@ -360,9 +360,9 @@ Computes values for 10 years either side of YEAR." (save-excursion (insert "'(") (dotimes (n 21) - (princ (cons year (compute-chinese-year year)) (current-buffer)) - (insert (if (= n 20) ")" "\n")) - (setq year (1+ year))) + (princ (cons year (compute-chinese-year year)) (current-buffer)) + (insert (if (= n 20) ")" "\n")) + (setq year (1+ year))) (setq end (point))) (save-excursion ;; fill-column -/+ 5. |