comparison lisp/calendar/cal-china.el @ 14685:496342156d13

Renamed from cal-chinese.el to avoid 14-character limitation.
author Karl Heuer <kwzh@gnu.org>
date Mon, 26 Feb 1996 18:45:24 +0000
parents 83f275dcd93a
children 7634c31da26e
comparison
equal deleted inserted replaced
14684:66450c507ee4 14685:496342156d13
1 ;;; cal-chinese.el --- calendar functions for the Chinese calendar. 1 ;;; cal-china.el --- calendar functions for the Chinese calendar.
2 2
3 ;; Copyright (C) 1995 Free Software Foundation, Inc. 3 ;; Copyright (C) 1995 Free Software Foundation, Inc.
4 4
5 ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> 5 ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu>
6 ;; Keywords: calendar 6 ;; Keywords: calendar
448 448
449 (defun diary-chinese-date () 449 (defun diary-chinese-date ()
450 "Chinese calendar equivalent of date diary entry." 450 "Chinese calendar equivalent of date diary entry."
451 (format "Chinese date: %s" (calendar-chinese-date-string date))) 451 (format "Chinese date: %s" (calendar-chinese-date-string date)))
452 452
453 (provide 'cal-chinese) 453 (provide 'cal-china)
454 454
455 ;;; cal-chinese ends here 455 ;;; cal-china.el ends here