changeset 20215:13b173216a3d

(calendar-chinese-date-string): Fix month name.
author Karl Heuer <kwzh@gnu.org>
date Fri, 07 Nov 1997 19:22:50 +0000
parents cdea7c595b88
children a63f69267334
files lisp/calendar/cal-china.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/cal-china.el	Fri Nov 07 19:18:45 1997 +0000
+++ b/lisp/calendar/cal-china.el	Fri Nov 07 19:22:50 1997 +0000
@@ -377,7 +377,7 @@
             (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)))))