diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/calendar/holidays.el | 5 |
1 files 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)) |