# HG changeset patch # User Glenn Morris # Date 1206501253 0 # Node ID 3f12945a840c57bb6e8524328628cab177289b29 # Parent 940127da58633a936f4673fb0950efaaa34a1f34 (list-holidays): Assume atan always bound. diff -r 940127da5863 -r 3f12945a840c lisp/calendar/holidays.el --- a/lisp/calendar/holidays.el Wed Mar 26 03:13:55 2008 +0000 +++ b/lisp/calendar/holidays.el Wed Mar 26 03:14:13 2008 +0000 @@ -162,9 +162,8 @@ (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))