]> git.eshelyaron.com Git - emacs.git/commitdiff
(list-holidays): Assume atan always bound.
authorGlenn Morris <rgm@gnu.org>
Wed, 26 Mar 2008 03:14:13 +0000 (03:14 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 26 Mar 2008 03:14:13 +0000 (03:14 +0000)
lisp/calendar/holidays.el

index e591ac82328f4257acc0804563faa5e792ce6787..688ea9bf89e9ffb18f256f230cb0cb0642956123 100644 (file)
@@ -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))