emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 55bcb3f: Make solar commands in Calendar less beepy


From: Lars Ingebrigtsen
Subject: master 55bcb3f: Make solar commands in Calendar less beepy
Date: Sun, 9 Aug 2020 07:12:40 -0400 (EDT)

branch: master
commit 55bcb3f7e05c01d86778f1a2b7caccf72124614d
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 20a20df..635bdd8 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]