Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions lisp/calendar/cal-china.el
Original file line number Diff line number Diff line change
Expand Up @@ -140,36 +140,36 @@ Default is for no daylight saving time."
:group 'calendar-chinese)

(defcustom calendar-chinese-celestial-stem
["Jia" "Yi" "Bing" "Ding" "Wu" "Ji" "Geng" "Xin" "Ren" "Gui"]
["" "" "" "" "" "" "" "" "" ""]
"Prefixes used by `calendar-chinese-sexagesimal-name'."
:group 'calendar-chinese
:type '(vector (string :tag "Jia")
(string :tag "Yi")
(string :tag "Bing")
(string :tag "Ding")
(string :tag "Wu")
(string :tag "Ji")
(string :tag "Geng")
(string :tag "Xin")
(string :tag "Ren")
(string :tag "Gui")))
:type '(vector (string :tag "")
(string :tag "")
(string :tag "")
(string :tag "")
(string :tag "")
(string :tag "")
(string :tag "")
(string :tag "")
(string :tag "")
(string :tag "")))

(defcustom calendar-chinese-terrestrial-branch
["Zi" "Chou" "Yin" "Mao" "Chen" "Si" "Wu" "Wei" "Shen" "You" "Xu" "Hai"]
["" "" "" "" "" "" "" "" "" "" "" ""]
"Suffixes used by `calendar-chinese-sexagesimal-name'."
:group 'calendar-chinese
:type '(vector (string :tag "Zi")
(string :tag "Chou")
(string :tag "Yin")
(string :tag "Mao")
(string :tag "Chen")
(string :tag "Si")
(string :tag "Wu")
(string :tag "Wei")
(string :tag "Shen")
(string :tag "You")
(string :tag "Xu")
(string :tag "Hai")))
:type '(vector (string :tag "")
(string :tag "")
(string :tag "")
(string :tag "")
(string :tag "")
(string :tag "")
(string :tag "")
(string :tag "")
(string :tag "")
(string :tag "")
(string :tag "")
(string :tag "")))

;;; End of user options.

Expand Down