diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-08-09 13:12:27 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-08-09 13:12:32 +0200 |
commit | 55bcb3f7e05c01d86778f1a2b7caccf72124614d (patch) | |
tree | 1a92a9a97518f0a8109620d827b0854054430ac7 /lisp/calendar | |
parent | 71a79f755113aa9fc11315873c5038933ba7ac2a (diff) | |
download | emacs-55bcb3f7e05c01d86778f1a2b7caccf72124614d.tar.gz |
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).
Diffstat (limited to 'lisp/calendar')
-rw-r--r-- | lisp/calendar/solar.el | 1 |
1 files changed, 0 insertions, 1 deletions
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 |