mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-23 18:47:57 +00:00
(calendar-chinese-date-string): Fix month name.
This commit is contained in:
parent
cff455ae1e
commit
cc6e052280
@ -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)))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user