From d908da33640d936830fba7acb3dad8aae6445361 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 7 May 2005 22:43:46 +0000 Subject: [PATCH] (solar-setup): Revert previous change. --- lisp/ChangeLog | 3 --- lisp/calendar/solar.el | 5 ----- 2 files changed, 8 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dc908f5ec4e..88aec46844e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -100,9 +100,6 @@ 2005-05-06 Glenn Morris - * calendar/solar.el (solar-setup): Throw error if called - non-interactively. - * calendar/appt.el (top-level): No longer activate on load. 2005-05-06 Juanma Barranquero diff --git a/lisp/calendar/solar.el b/lisp/calendar/solar.el index f8e747a317c..5eca356af59 100644 --- a/lisp/calendar/solar.el +++ b/lisp/calendar/solar.el @@ -208,11 +208,6 @@ Needed for polar areas, in order to know whether the day lasts 0 or 24 hours.") (defun solar-setup () "Prompt user for latitude, longitude, and time zone." - (unless (or (and calendar-longitude calendar-latitude calendar-time-zone) - (interactive-p)) - ;; Defaults must be nil, else results could be subtlely wrong for - ;; user's real location. - (error "Calendar latitude, longitude and/or time-zone unset")) (beep) (if (not calendar-longitude) (setq calendar-longitude -- 2.39.2