]> git.eshelyaron.com Git - emacs.git/commitdiff
Renamed from cal-chinese.el to avoid 14-character limitation.
authorKarl Heuer <kwzh@gnu.org>
Mon, 26 Feb 1996 18:45:24 +0000 (18:45 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 26 Feb 1996 18:45:24 +0000 (18:45 +0000)
lisp/calendar/cal-china.el

index b076d76b6e1a9faca519336452516043fe03e407..c15f4511c480384379b0ad73559fe1b8d5ecd2ac 100644 (file)
@@ -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