diff lisp/calendar/calendar.el @ 5009:bf77303bd714

(solar-holidays): Change top-level progn to an if.
author Richard M. Stallman <rms@gnu.org>
date Sun, 14 Nov 1993 22:51:17 +0000
parents 924486090b27
children 00beab2bf9f0
line wrap: on
line diff
--- a/lisp/calendar/calendar.el	Sun Nov 14 22:06:13 1993 +0000
+++ b/lisp/calendar/calendar.el	Sun Nov 14 22:51:17 1993 +0000
@@ -749,10 +749,11 @@
 (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)