Mercurial > emacs
changeset 93228:3f12945a840c
(list-holidays): Assume atan always bound.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 26 Mar 2008 03:14:13 +0000 |
parents | 940127da5863 |
children | aae9e21d056e |
files | lisp/calendar/holidays.el |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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))