Mercurial > emacs
changeset 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 | 0f979427b6ac |
children | 9595049f63a9 |
files | lisp/calendar/calendar.el |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
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)