aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/calendar/cal-china.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/cal-china.el b/lisp/calendar/cal-china.el
index dce796a55aa..bdaf48f1458 100644
--- a/lisp/calendar/cal-china.el
+++ b/lisp/calendar/cal-china.el
@@ -377,7 +377,7 @@ Defaults to today's date if DATE is not given."
377 (floor month) 377 (floor month)
378 (if (integerp month) 378 (if (integerp month)
379 (format " (%s)" (calendar-chinese-sexagesimal-name 379 (format " (%s)" (calendar-chinese-sexagesimal-name
380 (+ (* 5 year) month 44))) 380 (+ (* 12 year) month 50)))
381 "") 381 "")
382 day (calendar-chinese-sexagesimal-name (+ a-date 15))))) 382 day (calendar-chinese-sexagesimal-name (+ a-date 15)))))
383 383