diff options
author | Glenn Morris <rgm@gnu.org> | 2008-03-26 03:09:32 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-03-26 03:09:32 +0000 |
commit | 829e02953250a17e299fff34c938e6875788ab08 (patch) | |
tree | eb3f1d04a06a6c36d33112e2f289f8d13c6556ac /lisp/calendar/cal-china.el | |
parent | 0ac1cb01e7df9aa1d49693f989241f7a7db4d620 (diff) | |
download | emacs-829e02953250a17e299fff34c938e6875788ab08.tar.gz |
Explicitly require calendar.
Diffstat (limited to 'lisp/calendar/cal-china.el')
-rw-r--r-- | lisp/calendar/cal-china.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/calendar/cal-china.el b/lisp/calendar/cal-china.el index c46f8bfc9eb..544a09b2614 100644 --- a/lisp/calendar/cal-china.el +++ b/lisp/calendar/cal-china.el @@ -49,7 +49,13 @@ ;;; Code: -(require 'lunar) +(require 'calendar) +(require 'lunar) ; lunar-new-moon-on-or-after +;; solar-date-next-longitude brought in by lunar. +;;;(require 'solar) +;; calendar-absolute-from-astro and v versa are cal-autoloads. +;;;(require 'cal-julian) + (defgroup chinese-calendar nil "Chinese calendar support." |