aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-03-26 03:14:13 +0000
committerGlenn Morris2008-03-26 03:14:13 +0000
commit7d58cf63372e07a066831fad3400412d2d7a955c (patch)
treed6c45b2bacc647523a8f146c912924b74eb478b6
parentf21811af0fd8eb7b27eab34b83ce8e885664ec09 (diff)
downloademacs-7d58cf63372e07a066831fad3400412d2d7a955c.tar.gz
emacs-7d58cf63372e07a066831fad3400412d2d7a955c.zip
(list-holidays): Assume atan always bound.
-rw-r--r--lisp/calendar/holidays.el5
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."
162 (lists 162 (lists
163 (list 163 (list
164 (cons "All" calendar-holidays) 164 (cons "All" calendar-holidays)
165 (if (fboundp 'atan) 165 (cons "Equinoxes/Solstices"
166 (cons "Equinoxes/Solstices" 166 (list (list 'solar-equinoxes-solstices)))
167 (list (list 'solar-equinoxes-solstices))))
168 (if general-holidays (cons "General" general-holidays)) 167 (if general-holidays (cons "General" general-holidays))
169 (if local-holidays (cons "Local" local-holidays)) 168 (if local-holidays (cons "Local" local-holidays))
170 (if other-holidays (cons "Other" other-holidays)) 169 (if other-holidays (cons "Other" other-holidays))