# HG changeset patch # User Richard M. Stallman # Date 753317477 0 # Node ID bf77303bd71400a2411623aecf981d33f1440f8f # Parent 0f979427b6ac21c63b1999dde32156ff8e00bd39 (solar-holidays): Change top-level progn to an if. diff -r 0f979427b6ac -r bf77303bd714 lisp/calendar/calendar.el --- 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)