From 164e17e180f4252297edaf52265adbecfcca5c21 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 26 Mar 2008 03:14:42 +0000 Subject: [PATCH] Remove floating-point check. Explicitly require calendar, not cal-julian. Explicitly require cal-dst. --- lisp/calendar/lunar.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/calendar/lunar.el b/lisp/calendar/lunar.el index 789b47eb191..468a3b25b06 100644 --- a/lisp/calendar/lunar.el +++ b/lisp/calendar/lunar.el @@ -45,11 +45,11 @@ ;;; Code: -(if (fboundp 'atan) - (require 'lisp-float-type) - (error "Lunar calculations impossible since floating point is unavailable")) - +(require 'calendar) (require 'solar) +(require 'cal-dst) +;; calendar-absolute-from-astro and v versa are cal-autoloads. +;;;(require 'cal-julian) (defun lunar-phase (index) "Local date and time of lunar phase INDEX. -- 2.39.5