# HG changeset patch # User Richard M. Stallman # Date 874130644 0 # Node ID bfd7fbd77e8af9ab0ffb6d4b16b88425aa1a8e28 # Parent fa98896435967efdada787ceeb28075fc08d2db4 (chinese-calendar-time-zone): Likewise. (chinese-calendar-standard-time-zone-name): Likewise. diff -r fa9889643596 -r bfd7fbd77e8a lisp/calendar/cal-china.el --- a/lisp/calendar/cal-china.el Sat Sep 13 06:02:11 1997 +0000 +++ b/lisp/calendar/cal-china.el Sat Sep 13 06:04:04 1997 +0000 @@ -61,7 +61,7 @@ calendar and Coordinated Universal (Greenwich) Time. Default is for Beijing. This is an expression in `year' since it changed at 1928-01-01 00:00:00 from UT+7:45:40 to UT+8." - :type 'number + :type 'sexp :group 'chinese-calendar) (defcustom chinese-calendar-location-name "Beijing" @@ -82,8 +82,10 @@ '(if (< year 1928) "PMT" "CST") - "*Abbreviated name of standard time zone used for Chinese calendar." - :type 'string + "*Abbreviated name of standard time zone used for Chinese calendar. +This is an expression depending on `year' because it changed +at 1928-01-01 00:00:00 from `PMT' to `CST'." + :type 'sexp :group 'chinese-calendar) (defcustom chinese-calendar-daylight-time-zone-name "CDT"