From 7d58cf63372e07a066831fad3400412d2d7a955c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 26 Mar 2008 03:14:13 +0000 Subject: [PATCH] (list-holidays): Assume atan always bound. --- lisp/calendar/holidays.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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)) -- 2.39.5