From 55bcb3f7e05c01d86778f1a2b7caccf72124614d Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 9 Aug 2020 13:12:27 +0200 Subject: [PATCH] Make solar commands in Calendar less beepy * lisp/calendar/solar.el (solar-setup): Remove a (beep) that's been in this code since 1992 (bug#42774). --- lisp/calendar/solar.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/calendar/solar.el b/lisp/calendar/solar.el index 20a20df4603..635bdd8f11c 100644 --- a/lisp/calendar/solar.el +++ b/lisp/calendar/solar.el @@ -209,7 +209,6 @@ Returns nil if nothing was entered." (defun solar-setup () "Prompt for `calendar-longitude', `calendar-latitude', `calendar-time-zone'." - (beep) (or calendar-longitude (setq calendar-longitude (solar-get-number -- 2.39.2