# HG changeset patch # User Karl Heuer # Date 825360324 0 # Node ID 496342156d135ea2fb2140a32900008afa59ede0 # Parent 66450c507ee4d104a0ff543ff7d68294ddd7a51e Renamed from cal-chinese.el to avoid 14-character limitation. diff -r 66450c507ee4 -r 496342156d13 lisp/calendar/cal-china.el --- a/lisp/calendar/cal-china.el Mon Feb 26 18:45:14 1996 +0000 +++ b/lisp/calendar/cal-china.el Mon Feb 26 18:45:24 1996 +0000 @@ -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 @@ "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