aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1996-02-26 18:45:24 +0000
committerKarl Heuer <[email protected]>1996-02-26 18:45:24 +0000
commitc86b6d4435102e8c9dd7fc20c44147d1071cf740 (patch)
treeba4f8bf59d2670fc237941550de4d5bb57845f33 /lisp
parentafdbe61dc8077a1c3d4b67902d11f11e2e816a9f (diff)
Renamed from cal-chinese.el to avoid 14-character limitation.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/calendar/cal-china.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/calendar/cal-china.el b/lisp/calendar/cal-china.el
index b076d76b6e..c15f4511c4 100644
--- a/lisp/calendar/cal-china.el
+++ b/lisp/calendar/cal-china.el
@@ -1,4 +1,4 @@
-;;; cal-chinese.el --- calendar functions for the Chinese calendar.
+;;; cal-china.el --- calendar functions for the Chinese calendar.
;; Copyright (C) 1995 Free Software Foundation, Inc.
@@ -450,6 +450,6 @@ Echo Chinese date unless NOECHO is t."
"Chinese calendar equivalent of date diary entry."
(format "Chinese date: %s" (calendar-chinese-date-string date)))
-(provide 'cal-chinese)
+(provide 'cal-china)
-;;; cal-chinese ends here
+;;; cal-china.el ends here