emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/eat 9a9d9165f2 05/15: * eat.el (eat--bell): Use 'ding' ins


From: ELPA Syncer
Subject: [nongnu] elpa/eat 9a9d9165f2 05/15: * eat.el (eat--bell): Use 'ding' instead of 'beep'
Date: Tue, 29 Nov 2022 05:58:38 -0500 (EST)

branch: elpa/eat
commit 9a9d9165f26f86b35a1df9d4bf3de76c74d78f33
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@disroot.org>

    * eat.el (eat--bell): Use 'ding' instead of 'beep'
---
 eat.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eat.el b/eat.el
index c2aaf33ef8..3c91ded0d1 100644
--- a/eat.el
+++ b/eat.el
@@ -5459,7 +5459,7 @@ selection, or nil if none."
 
 (defun eat--bell (_)
   "Ring the bell."
-  (beep t))
+  (ding t))
 
 
 ;;;;; Major Mode.



reply via email to

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