]> git.eshelyaron.com Git - emacs.git/commitdiff
(solar-holidays): Change top-level progn to an if.
authorRichard M. Stallman <rms@gnu.org>
Sun, 14 Nov 1993 22:51:17 +0000 (22:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 14 Nov 1993 22:51:17 +0000 (22:51 +0000)
lisp/calendar/calendar.el

index a1b112252e1a9a58821e4f8426b1da108d988df4..0875b83eff3fdac3a65c756c74b03105be442550 100644 (file)
@@ -749,10 +749,11 @@ See the documentation for `calendar-holidays' for details.")
 (defvar solar-holidays
   '((if (fboundp 'atan)
        (solar-equinoxes-solstices))
-    (progn
-      (require 'cal-dst)
+    (if (progn
+         (require 'cal-dst)
+         t)
       (funcall
-       'holiday-sexp 
+       'holiday-sexp
         calendar-daylight-savings-starts
         '(format "Daylight Savings Time Begins %s"
                   (if (fboundp 'atan)