(calendar-chinese-date-string): Fix month name.

This commit is contained in:
Karl Heuer
1997-11-07 19:22:50 +00:00
parent cff455ae1e
commit cc6e052280

View File

@@ -377,7 +377,7 @@ Defaults to today's date if DATE is not given."
(floor month)
(if (integerp month)
(format " (%s)" (calendar-chinese-sexagesimal-name
(+ (* 5 year) month 44)))
(+ (* 12 year) month 50)))
"")
day (calendar-chinese-sexagesimal-name (+ a-date 15)))))