diff options
author | Glenn Morris <rgm@gnu.org> | 2005-05-07 22:43:46 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2005-05-07 22:43:46 +0000 |
commit | d908da33640d936830fba7acb3dad8aae6445361 (patch) | |
tree | 4cb48c86237781892cc6a76503f0fc5e5648d5d6 /lisp/calendar | |
parent | 1d64910fe974b28607b19c0f669fc12dec0cec6a (diff) | |
download | emacs-d908da33640d936830fba7acb3dad8aae6445361.tar.gz |
(solar-setup): Revert previous change.
Diffstat (limited to 'lisp/calendar')
-rw-r--r-- | lisp/calendar/solar.el | 5 |
1 files changed, 0 insertions, 5 deletions
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 |