From: Glenn Morris Date: Wed, 26 Mar 2008 03:14:42 +0000 (+0000) Subject: Remove floating-point check. X-Git-Tag: emacs-pretest-23.0.90~6916 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=164e17e180f4252297edaf52265adbecfcca5c21;p=emacs.git Remove floating-point check. Explicitly require calendar, not cal-julian. Explicitly require cal-dst. --- 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.