From: Glenn Morris Date: Wed, 26 Mar 2008 03:14:13 +0000 (+0000) Subject: (list-holidays): Assume atan always bound. X-Git-Tag: emacs-pretest-23.0.90~6917 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d58cf63372e07a066831fad3400412d2d7a955c;p=emacs.git (list-holidays): Assume atan always bound. --- diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el index e591ac82328..688ea9bf89e 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el @@ -162,9 +162,8 @@ The optional LABEL is used to label the buffer created." (lists (list (cons "All" calendar-holidays) - (if (fboundp 'atan) - (cons "Equinoxes/Solstices" - (list (list 'solar-equinoxes-solstices)))) + (cons "Equinoxes/Solstices" + (list (list 'solar-equinoxes-solstices))) (if general-holidays (cons "General" general-holidays)) (if local-holidays (cons "Local" local-holidays)) (if other-holidays (cons "Other" other-holidays))