From: Karl Heuer Date: Mon, 26 Feb 1996 18:45:24 +0000 (+0000) Subject: Renamed from cal-chinese.el to avoid 14-character limitation. X-Git-Tag: emacs-19.34~1175 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c86b6d4435102e8c9dd7fc20c44147d1071cf740;p=emacs.git Renamed from cal-chinese.el to avoid 14-character limitation. --- diff --git a/lisp/calendar/cal-china.el b/lisp/calendar/cal-china.el index b076d76b6e1..c15f4511c48 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